Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/tmslpm/tilemap-generator

Web application for creating tilemaps (for fun, discovery and learning)
https://github.com/tmslpm/tilemap-generator

Last synced: about 2 months ago
JSON representation

Web application for creating tilemaps (for fun, discovery and learning)

Awesome Lists containing this project

README

        

# Tilemap Generator [click here to try the editor](https://tmslpm.github.io/tilemap-generator/)

I developed this tilemap editor for fun and to learn more about certain aspects
of game development. It requires no dependencies. Built with TypeScript/JavaScript
and HTML/CSS, no other frameworks are used. The Canvas API is the core of the editor.

This project is purely for exploration and learning. It is not optimized and would benefit
from a complete rewrite. If I had more time, I would do it, but I have other projects on the go.

[click here to try the editor](https://tmslpm.github.io/tilemap-generator/)

## Features

- Flood fill
- Area fill
- Tile picker
- Erase tile
- Paint tile
- Configure tile size, map size, and index
- Import/export map to array

tilemap example

### License MIT

See the [license.md](https://github.com/tmslpm/tilemap-generator/blob/main/license.md)

↑↑↑ BACK TO TOP ↑↑↑