o
odinpkg.dev
packages / library / odin-raylib-experiment

odin-raylib-experiment

c9b7902library

No description provided.

No license · updated 4 weeks ago

Simple Odin Raylib game!

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