Hey guys, I’m starting to need the use of some sort of tile or map editor to continue on my game (especially if I’m gonna be making bigger maps)
Anyways I decided to download tiled which saves files in a .tmx format and I have no clue on where to begin or how to load and use this tmx file in my game. Currently I am using LWJGL and have read that I can use this library that came with tiled located in tiled/util/java/libtiled-java .
I see that there source code files and all but I have dont have much experience working with libraries and dont know where to begin still…So anyone know of any tutorials or anything that could help me out with this?
EDIT
So I am now using slick and have everything setup with the Layre, TiledMap and TileSet classes…so do I just feed the tiled map class the location of my map and it goes from there? Or is there anything specific that I need to set up to get this working right?