o
odin.langpkg.dev
packages / app / snake_game

snake_game

ee11c91app

No description provided.

CC0-1.0 · updated 2 years ago

Little Snake game in Odin

This is me following a Youtube Tutorial of Karl Zylinski. Pleae subscribe to his channel, he has a lot of interesting content.

Remember to install the Odin package before running the game

Play the game

Also choose the correct debugger in VS Code to debug properly on WINDOWS or MACOS

use the following command to play the game without building it

odin run .

use the following command to build an executable file

odin build .