Are there any Java based libraries that provide game mapping features?

Posted by James.Elsey on Game Development See other posts from Game Development or by James.Elsey
Published on 2011-03-09T13:03:56Z Indexed on 2011/03/09 16:19 UTC
Read the original article Hit count: 258

Filed under:
|

Hi All,

I'm working on a Java web based game in my spare time (springMVC / JSPs etc), and I'm wondering what are my options for dealing with the "game world" or mapping element.

My game will be 2d / text based, so I have no need for any OpenGL / Flash etc.

My initial idea was to use Google maps and provide a custom overlay, but I want to know if there are any alternatives?

For example, if I create a 2d map with all my zones, are there any libraries that will help me plot players, work out distances and so forth?

Regards

© Game Development or respective owner

Related posts about java

Related posts about map