o
odin.langpkg.dev
packages / app / odin

odin

344ffa6app

Collection of random odin code. Couple of games and some Advent of Code solutions.

No license · updated 3 days ago

Random Odin-lang code

This is just all the odin code I made while learning odin. Most of it is in prac/.

hangman/ is, as the name suggest, a hangman game written in odin and raylib.

prac/snek has a more complete version of the snek game (A tutorial by Karl Zylinski) with textures made by me.

prac/aoc is all the aoc puzzles I've done in odin.

And breakout/ is a started but incomplete game from another Karl Zylinski tutorial.

Sorry about all the . commit messages. I'm still learning the intricacies of git and I originally wasn't planning on sharing this repo. But I think others learning Odin may get some use out of it.