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

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

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