I've been slowly trying to figure out how to use libgdx and I ran into an, apparently, outdated tutorial (
https://code.google.com/p/libgdx-users/wiki/Tiles )on how to use tiled to create maps easily and then how to load and render them with libgdx. After a bit of messing around I was unable to figure out how to get the code working due to all of the links to the full code being broken. I then came on here and searched through a few threads to find a more up-to-date tutorial (
https://code.google.com/p/libgdx/wiki/GraphicsTileMaps#Rendering_Tiled_Maps ) but a lot of the classes that that tutorial requires don't exist in com.badlogic.gdx when the tutorial says that they should.
Does anyone know of a tutorial that is entirely up-to-date and that will be able to show me how to use tiled with libgdx?