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
- Host: GitHub
- URL: https://github.com/denver-code/grid_map_editor
- Owner: denver-code
- Created: 2024-01-18T22:02:29.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-18T22:37:35.000Z (about 2 years ago)
- Last Synced: 2025-07-26T02:56:45.264Z (7 months ago)
- Language: C++
- Homepage:
- Size: 197 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```
[](https://youtu.be/QXjfNQDfBns)
## Credits
- Two-dimensional grid implementation provided dy [Piinks](https://gist.github.com/Piinks/4424936c57ed13093eb389123383e894)