https://github.com/zeozeozeo/maybe
A small platformer
https://github.com/zeozeozeo/maybe
Last synced: 2 months ago
JSON representation
A small platformer
- Host: GitHub
- URL: https://github.com/zeozeozeo/maybe
- Owner: zeozeozeo
- License: unlicense
- Created: 2023-01-20T18:57:16.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-01-26T18:32:49.000Z (over 2 years ago)
- Last Synced: 2025-01-31T19:40:10.618Z (4 months ago)
- Language: C
- Homepage:
- Size: 411 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 |