Tiled map files and converter for the game Banania https://github.com/BenjaminRi/Banania
convertToTiledMapFiles() parses the level array (https://github.com/BenjaminRi/Banania/blob/master/game/level/level.js) and converts it to .tmx files
convertTiledMapToJs parses .tmx files and converts it to the level array
- tiled - Tiled Map files for Banania
- src/main/kotlin - Converter functions