https://github.com/vdbe/maze-lvl-maker
Quick and dirty prototype
https://github.com/vdbe/maze-lvl-maker
Last synced: 11 months ago
JSON representation
Quick and dirty prototype
- Host: GitHub
- URL: https://github.com/vdbe/maze-lvl-maker
- Owner: vdbe
- Created: 2024-03-16T10:26:41.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-23T08:41:49.000Z (about 2 years ago)
- Last Synced: 2025-01-21T07:24:13.102Z (over 1 year ago)
- Language: Rust
- Size: 26.4 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Maze level maker
A really quick and dirty prototype for a maze level maker based on images.
## Colors (rgba)
- Black (0, 0, 0, _): Wall
- Red (255, 0, 0, _): End/Finish
- Green (0, 255, 0, _): Start
- Blue (0, 0, 255, _): Checkpoint
- White (255, 255, 255, _): Empty