Skip to main content

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

Like what the hell, the 3d graphics, animation, it’s all insane! I love the “cutscenes” where you move from room to room. It’s a shame it doesn’t come with a pyproject.toml / requirements.txt file, but I guess since pygame-ce is the only requirement it’s not a big deal.

$ python3 -m venv venv
$ . venv/bin/activate
$ pip install pygame-ce
$ python main.py

For those who come after

A quick reminder, an unsolicited advice if you want, you don’t want to install pygame-ce to your system packages, always use a venv.

Thank you so much! I do recommend you use a venv but tbf I use GNU/Linux so I assume every other normal human being doesn't know what a CLI is, either way, I suppose pygame CE can't really hurt your system anyway, right? Thank you for the terminal instructions, we probably should've done that but I think it differs from unix systems to windows.