Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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)
- Host: GitHub
- URL: https://github.com/tmslpm/tilemap-generator
- Owner: tmslpm
- License: mit
- Created: 2024-05-17T06:40:13.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-05-17T06:42:23.000Z (7 months ago)
- Last Synced: 2024-05-17T07:42:28.236Z (7 months ago)
- Language: TypeScript
- Homepage: https://tmslpm.github.io/tilemap-generator/
- Size: 267 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: license.md
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### License MIT
See the [license.md](https://github.com/tmslpm/tilemap-generator/blob/main/license.md)
↑↑↑ BACK TO TOP ↑↑↑