I wrote this to learn Odin + raylib. I know it's not as cool as snake, but I thought it might be a good example anyway.
Potentially interesting bits...
- raylib graphics (of course)
- raylib textures
- raylib audio
- raylib GUI (
GuiButton) - Multiple animation techniques: frame delta, animation frame index, and particles
- Modified particle system based on the raylib Simple Particles example
- 1 file that is ~650 LoC
No binaries. You will need to build Minesweeper if you want to play it.
-
Install Odin if you haven't done so already
-
Clone this repository
git clone https://github.com/chris-braun/minesweeper.git- Run it with Odin
cd minesweeper
odin run .

