An Adventure Game - WIP (Open Source - On GitHub)

This post is just to share that I’ve put the source this project: http://www.java-gaming.org/topics/an-adventure-game-wip/24820/view.html

for free use on GitHub:

If anyone’s interested in my bad code ;-).

At least it demonstrates how to do:

  • A basic Java game engine
  • Input Handling
  • AI / Pathfinding
  • Multiplayer / networking

Note, there’s still lots and lots of bugs and I’m definitely not a pro in this.

I might be planning to re-write this engine for a Mars Survival game inspired by “The Martian” by Andy Weir.

Cheers :-).