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

ZombiemanView game page

Submitted by Sch8 — 1 day, 21 hours before the deadline
Add to collection

Play troll game

Zombieman's itch.io page

Results

CriteriaRankScore*Raw Score
Successful Sound / Music?#82.5353.000
Successful Troll?#103.0433.600
Successful Gameplay?#112.1972.600
Successful Art / Graphic?#122.3662.800

Ranked from 5 ratings. Score is adjusted from raw score by the median number of ratings per game in the jam.

Judge feedback

Judge feedback is anonymous and shown in a random order.

  • QUESTION: Whether this game is The Worst <3 ? OBJ. It would seem that this game is not the worst, for it has a general game structure that one would expect and is more or less playable. I ANSWER THAT, among all the ways to play Pac-Man or a Pac-Man like game, this is probably The Worst <3 because getting those controls to work while they're constantly changing on you is real, real rough, in a way that's really funny for a few minutes. Indeed, The Worst <3. REPLY TO OBJ. Those controls. Those controls. Those controls. The Worst, and aptly supported by (but not negated by) the overall sound mechanical structure of the game.
  • This game promised to induce misery, and it did not disappoint. Everything hinged on the central troll of the game, and as a troll, it was exquisitely pure. I loved it, thank you for sharing it with us!

Leave a comment

Log in with itch.io to leave a comment.

Comments

Submitted(+2)

That is quite the troll. Had a good laugh.

Jam HostSubmitted(+3)

If you're having trouble running the game, you can try what I did:

  1. Copy the zombieman.jar and rename it to zombieman.zip
  2. Unzip zombieman.zip and move the contents into a folder called 'resources'
  3. Create a folder called 'main' and move the 'resources' folder into it.
  4. Create a folder called 'src' and move the 'main' folder into it.

Your directory structure should look like this:

  • zombieman.jar
  • src\
    • main\
      • resources\
        • contents of zombieman.zip

Then run 'java -jar zombieman.jar' from the main directory, or create a ZOM.BAT that runs 'java -jar zombieman.jar' and run that.