An open API service indexing awesome lists of open source software.

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

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