
Tiled: Tilemaps on Android
Library
Tiled is a lightweight API for easily creating tilemaps in Android. It is useful for applications and games which need to display tile-based graphics.
What is a Tilemap
Tilemaps are a very popular technique in 2D game development, consisting of building the game world or level map out of small, regular-shaped images called tiles. Think about any game that uses regularly repeating squares of background, and you’ll probably find it uses tilemaps.
Key Features
- Create UI from tilemaps as text.
- Generate tile images from a single sheet.
- Automatic code generation for Android project.
Supported Platforms
- Maven
- Gradle
Programming Languages
- Kotlin
- Python