Hordes of Humans is a game where you play as a zombie that kills humans, a slight twist on the zombie shooter genre.
Author: Johnnyjinkle
Current Version: 1.0
Video:
Downloads:
Hordes of Humans is a game where you play as a zombie that kills humans, a slight twist on the zombie shooter genre.
Author: Johnnyjinkle
Current Version: 1.0
Video:
Downloads:
Is there a Linux version? I would love to try this out
No, not at the moment. I’ll see if I can get a linux build in order soon (maybe the weekend). The reason there isn’t one currently is because of problems I’ve had with the linux lwjgl natives in the past, but I might as well give it another try (I haven’t given it an attempt since the summer). Thanks for the interest.
Ok thanks!
Ok that would be great! thanks
I am currently using eclipse to create my own java program. Im having trouble making a main menu for the game when you first open it, do you have any tips?
Create a method to check the position of your mouse. If the mouse is within the bounds of the button, and it is clicked, perform an action (such as enter the game). Call this method from your update method. Hopefully you are using some sort of Game State system, that will make it easy to change from the menu to the game (each has their own state). I use the Slick2d libraries, which have some very nice classes for building states.
This may help you get started: http://thenewboston.org/list.php?cat=54
have fun.
Okay thanks!