https://github.com/dfirebaugh/bananamap
https://github.com/dfirebaugh/bananamap
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/dfirebaugh/bananamap
- Owner: dfirebaugh
- Created: 2021-03-03T07:20:04.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-07-17T07:55:44.000Z (almost 5 years ago)
- Last Synced: 2024-12-27T19:30:06.603Z (over 1 year ago)
- Language: Go
- Size: 170 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# bananamap
A simple map editor that embeds maps into png files.
* Import your spritesheet as a png.
* Stamp out your map/level
* Select which tiles have collision enabled
* ~~Save your png with the newly created map embedded.~~ (I'm not sure how much data we can save in the png... will revisit this)
* Save mapdata as a json file
## DevLogs
I'm trying to write out some thoughts as I build this.
* [1](https://dustinfirebaugh.com/blog/LetsMakeAMapEditor/)
* [2](https://dustinfirebaugh.com/blog/MakeAMapPt2/)
