Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 592 Bytes

README.md

File metadata and controls

23 lines (14 loc) · 592 Bytes

Snake-Odin

Making my first game in Odin with the help of Raylib. It's just a simple, one-file game, where you play as a apple-eating snake.

This is the first thing I did with Odin, so testing the different capabilities with the language and playing with it. Code could be better.

Have fun!

Build from source

You'll need the Odin compiler.

After installing it:

git clone httsp://github.com/elnawe/snake-odin
cd snake-odin
odin run .

Playing it

You can also get the binary on the Release page.