1
vote
1answer
1k views

Best way to create a level editor in java

I am creating an iPhone game using cocos2d + box2d that needs a lot of levels. My friends and I are creating the game and most of them have no programming experience and end up with nothing to do. I ...
3
votes
2answers
2k views

How do you structure a 2D level format with collisions etc. in Java (Slick 2D)?

I am developing a game in Java. 2D Fighter, Kind of like the 2d flash game Raze(http://armorgames.com/play/5395/raze). I currently am using the Slick 2D game library and am researching how to ...
1
vote
2answers
550 views

What are some good resources on creating and reading 2D game levels in Java?

Could some resources be listed in relation to the creation and management of simplistic, efficient 2D game levels, that are available for use with Java?