A simple game experiment made using Odin and Raylib Just a toy project I made for fun!
It features:
- A simple platformer character
- A small level editor thingy. To edit a level, just edit the pixel art in assets/levels/level1.png.
- Black is solid ground
- Green is the player
- Handmade collisions and debugging - Odin sure is nice!
To run it, install odin and then do:
odin run .
<3