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

Posted by liamzebedee on Game Development See other posts from Game Development or by liamzebedee
Published on 2011-03-25T11:30:08Z Indexed on 2012/09/01 9:50 UTC
Read the original article Hit count: 331

Filed under:
|
|
|
|

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 structure my levels. I am currently stuck on the problem of the level format(e.g. file format). How do you structure a 2d level with collisions etc.?

Level Notes: Will go up down left right

NOTE: New to gamedev

© Game Development or respective owner

Related posts about 2d

Related posts about java