Skip to main content

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

Hello! We definitely didn't have time to perfect the game, so there could totally be a compatibility issue. But the launch process is more complex than just opening the game file, so in case it's something I can troubleshoot, I'd like to check a few things. Thank you very much for taking the time to comment.

This game requires both Python 3 and some plugins to work.  Once you have Python 3,  you'll need to open your terminal application. You can download the correct plugins by first navigating to the game's folder in the terminal: you can do this by typing "cd" (without the quotes) and dragging the game folder into the terminal window, then pressing enter. Then you enter and execute these commands:

pip3 install -r requirements.txt

python3 game.py.

Then the game should launch. It is also possible the terminal log will show an issue you can fix: for example, on one computer we tested it on, one plugin was out of date, and the terminal printed this with the command required to update it. Then you can launch the game.py file with the Python Launcher.

I understand I may be reiterating something you've already done, or another issue may have come up, or you might want to skip on testing it out. Whichever way, I appreciate you checking out our page. Thank you for your time!