On Sale: GamesAssetsToolsTabletopComics
Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

You may also want to look into compiling your python program into a single standalone executable. There are tools available to do that for you, that would make it easier again to run your game. Just an idea for next time

Woops, I just saw that you already mentioned this in the install instructions

I know, Its my fist time making and distributing a distributing a game. It was more a learning experience for me rather than competing. I gained some skills and that's what matters.

I tried to use pyinstaller and I did generate an .exe file. Unfortunately, the text font didn't package. I thought the font was a pygame parameter as I only call it in 

pygame.font.Font('freesansbold.ttf', size)

I didn't install a font and the font isn't in the directory, pygame seems to run fine without it. For some reason the .exe file is looking for it on my computer and I don't know how to fix it.

Deleted 1 year ago