Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

Dude I really tried to play this game but was unable to get it started. when i tried to run it it said python 3.9 dll was missing. I didn't want to install a fresh version of python (mine was 3.8 while yours needed 3.9) so I installed python 3.9 in the folder of your game  and installed pygame (yes it did create the missing dll). Then tried running the exe. it didn't work. Then I tried using the command python level_1.py which does open it but then closes it immediately. Then I tried opening the python shell and calling import level1_py which opened it and then the game window froze. Any tips on how i could run the game? (btw how did you make an exe from python scripts?)

(+1)

Unfortunately, I was not able to submit a fully working game since I accidentally deleted a working version I will reupload the game by the end of thr game

I used Pyinstaller to turn the main python file into a .exe file and just linked all other python files to it by calling functions from the other files