Skip to main content

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

EXTERMINATORView game page

Fulfill your insecticidal desires.
Submitted by Jayhem, Brody — 15 hours, 42 minutes before the deadline
Rated by 3 people so far
Add to collection

Play game

EXTERMINATOR's itch.io page

Rate this game

In order to rate this submission you must be logged into itch.io and have submitted your own entry. Anyone with an account can leave a comment.

Did you have fun throughout the creation process?

Yes

Leave a comment

Log in with itch.io to leave a comment.

Comments

Submitted

I don’t have words to say. Bro created a 3d game with cutscenes. Probably the greatest pygame game dev I ever seen.

Submitted

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.

Developer

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.