Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags
(+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.