Hi! I have been working on a simple platform game in Java, using David Brackeen’s tile based game engine (http://www.brackeen.com/javagamebook/) as a template. I spent a lot of time on sprites and tile images and have a start for a pretty decent looking 2D platformer. I’ve done some simple things with the programming like added water which effects player gravity, added springs which launch the player in the air, added a score, hit points, life counter etc. The game has super creepy awesome background music, and some oldschool 8 bit sound effects. But I’ve hit that point where I really need someone elses opinion and programming skills to get this going any further.
If anyone is interested, send me a reply or email me at N1G3L2@gmail.com along with something you have made in java and are proud of. I’m looking for someone with a very good knowledge of java as I hope not to use any external libraries like slick or LWJGL.
Here’s some screenshots (just one level so far):
Thanks people! Hope to hear from some of you soon =)
EDIT: Not sure if this will run on your system but here it is: http://www.mediafire.com/?bmdvxz43962ox2c
I will put the control info in the game later but for now:
Left/Right Arrows or A,D to move
Up arrow or W to jump
Space to shoot
Hold z for faster movement
pretty sure thats it for now…