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

https://github.com/zeozeozeo/maybe

A small platformer
https://github.com/zeozeozeo/maybe

Last synced: 2 months ago
JSON representation

A small platformer

Awesome Lists containing this project

README

        

# maybe

A small platformer (wip)

# Making levels

Levels are simply just images which are embedded into the executable with [cmrc](https://github.com/vector-of-bool/cmrc). 1 pixel = 1 tile. You can use any image editor to create them.

| Color | Tile |
| :---------: | :------------: |
| 255,255,255 | Air |
| 0,0,0 | Solid |
| 0,255,0 | Start position |