Hello, i wish to know how can i get cell in tiled map, … i know what you are thinking? LibGDX? no actually i wish to do it without libGDX, i wish to do it with libtiled - https://github.com/bjorn/tiled/tree/master/util/java/libtiled-java
here is an example how to use libtiled - https://github.com/bjorn/tiled/blob/master/util/java/tmxviewer-java/src/TMXViewer.java
But i played with it and couldn’t find how to get cell…
I wish to use libtiled and not libgdx, because i want to do collision detection with multiplayer server, and i dont want to install libgdx in the server, just as simple as possible.
Thanks in advance, if i will find a solution, be sure i will update you all (and maybe i will make a guide because there is 0 documentation for tiled maps)