*** EDITED 2012-04-12 - 18:00 CET ***
Hi all,
this is my first Java game ever. I’m kinda going for the 2D Zelda / retro look, and aiming for something inspired by Minecraft and Legends Of Yore.
The graphics are very poor, yes, but I’m making everything myself, and I’m no artist :-D.
Right now you can run around in a randomly generated landscape and kill Zombies which are generated from gravestones. This mini game is just a test of my small engine, so that playing it now will already make some kind of sense. Further down the road I would like to add a lot of RPG elements and survival stuff like hunting for food and building your own shelter etc…
Please check it out, I would be thankful for any kind of feedback:
main site (change log): http://www.indiedeveloper.dk/adventure.html
zip download (v0.3.0 - Latest multiplayer version): http://www.indiedeveloper.dk/adventure-030.zip
web start (v0.2.4 - Old Single Player): http://www.indiedeveloper.dk/adventure-024.jnlp
jar download (v0.2.4 - Old Single Player): http://www.indiedeveloper.dk/adventure-024.jar
Instructions:
- Movement - arrow keys
- Hit / attack - move into enemy (zombie)
- You heal when stamina is 100% and standing still
- Zombies are more aggressive at night
- Gravestones spawn zombies
http://www.indiedeveloper.dk/adventure.png
Latest changes:
version 0.3.0 - 2012-04-11 18:21 CET
- Fixed - Map sizes != 50x50 were not working
- Fixed - All other keys now disabled in game
- Added - Implemented multiplayer capability!! (A hell of a lot of changes)
- Added - MasterZombies!!! Extra powerful zombie spawns every 2’nd night. (Only one can exist at a time)
- Added - Info console
- Changed - Map size now 100x100 tiles
Latest update post (from me):
Wheew! Finally I have something to show. I succeeded “somewhat” in implementing basic multiplayer capability in my game!!
You can download the zip file from my site in the first post. Or the direct link below:
zip download (v0.3.0 - Latest multiplayer version): http://www.indiedeveloper.dk/adventure-030.zip
Note, this is a multiplayer version, and cannot be played directly from your browser.
Short instructions are as follows:
- download the ZIP (v0.3.0)
- unzip it somewhere
- run start_server.bat OR “java -cp adventure-030.jar adventure.server.AdventureServer”
- run start_client.bar OR “java -jar adventure-030.jar player1 localhost 5555”
I think performance will suck on a WAN but on LAN it seems to work ok.
Thanks,
Morten.