Well, I’ve been playing it for the past hour instead of doing my job, so I guess it was engaging :D cool game, my first playthroughs took around 7 seconds, then I understood moving is actually useful and when the first power-up came I felt like “Bring it on!”. Very nice game, finished product IMO.
tomasvotava
7
Posts
A member registered Oct 18, 2025 · View creator page →
Creator of
Your power fades the farther you stray from the hive. Plant a seed, die, and be reborn stronger.
Role Playing
Play in browser
Recent community posts
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.
