I've been trying to figure out how to put a map from tiled into my Java project, but my finds tell me to convert a tiled map to .xml and my version of tiled doesn't have that type available. The version I have is 0.17.1
Asked
Active
Viewed 934 times
2 Answers
0
You can find links to Java libraries in the documentation, provided you are trying to read the TMX formt.
You can get it the official Java Library from Maven here.

tomaj
- 1,570
- 1
- 18
- 32
-
I need to use a library to use tiled maps in Java? – Thunderfist987 Dec 15 '17 at 14:35
-
You don't need to use the library. But it is usually easier to only have to deal with the concepts, instead of also parsing the XML. – tomaj Jan 05 '18 at 09:23
0
You can use TMX format. It is XML already. You can also export to JSON and use it as your map format

Planck Constant
- 1,406
- 1
- 17
- 19