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

https://github.com/denver-code/grid_map_editor

Simple Two-Dimensional Grid Map Editor
https://github.com/denver-code/grid_map_editor

Last synced: 6 months ago
JSON representation

Simple Two-Dimensional Grid Map Editor

Awesome Lists containing this project

README

          

# Simple Grid Map Editor
Subproject that will be used in the main project.
Only tested on MacOS, Windows and Linux.
In the main project, this editor will be used to create maps for the game, without support of the mobile platforms.

## Run on your device from source code
> [!NOTE]
> For start confirm flutter instalation on your machine.
``` Bash
$ git clone https://github.com/denver-code/grid_map_editor
$ cd grid_map_editor
$ flutter pub get
$ flutter run --release
```

[![Watch the video](https://img.youtube.com/vi/QXjfNQDfBns/0.jpg)](https://youtu.be/QXjfNQDfBns)

## Credits
- Two-dimensional grid implementation provided dy [Piinks](https://gist.github.com/Piinks/4424936c57ed13093eb389123383e894)