https://github.com/foso/bananiamapconverter
Tiled map files and converter for the game Banania
https://github.com/foso/bananiamapconverter
tiledmap
Last synced: about 2 months ago
JSON representation
Tiled map files and converter for the game Banania
- Host: GitHub
- URL: https://github.com/foso/bananiamapconverter
- Owner: Foso
- License: apache-2.0
- Created: 2022-10-05T18:48:35.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2023-01-06T21:19:20.000Z (almost 3 years ago)
- Last Synced: 2025-01-26T15:26:54.386Z (9 months ago)
- Topics: tiledmap
- Language: Kotlin
- Homepage:
- Size: 417 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
- License: License
Awesome Lists containing this project
README
# BananiaMapConverter
## Introduction
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
![]()
## 👷 Project Structure
* tiled - Tiled Map files for Banania
* src/main/kotlin - Converter functions