My journey learning the Odin programming language, Raylib, and game development through the 20 Games Challenge.
⚠️ Work in progress — I really enjoyed Odin for game dev, I'll come back to this project when the urge to code in Odin strikes again.
- Install Odin
- Install Odin
- Make sure the Odin executable is in your
PATHenvironment variable - Install VSCode
- Install the Odin VSCode Extension
This repository uses Git submodules for shared Odin libraries.
To clone the repository with all submodules:
git clone --recurse-submodules git@github.com:Hilderin/Odin20GamesChallenge.git
If the repository is already cloned, initialize and update the submodules with:
git submodule update --init --recursive
To update submodules later:
git submodule update --remote --recursive
Each folder is a self-contained game. Open a game folder and execute:
odin run src
Built with curiosity, Odin and a bit of AI.