Attempt at a lightcycle game in Odin using Raylib.
- Install Odin using the installation instructions
- Using Git Bash (Windows) or your Unix-based terminal (MacOS, Linux), run
scripts/setup.sh
- Use the default build and run scripts configured in the
.vscodefolder (See "VSCode Tasks")
OR
- Run
odin buildorodin runcommands with the root folder as your build target
Builds the project and debug symbols to bin/debug/
Runs the build task and uses the c++ extension to debug with the created symbols