[Odin 7 Day Jam] Intro Live Stream
https://www.youtube.com/watc...An event where you spend 7 days making a video game using the Odin Programming Language. Sign up here: https://itch.io/jam/odin-7-day-jam
Join my Discord community, talk to all the other jammers: https://discord.gg/4FsHgtBmFK
For inspiration, see the top 6 games from my previous game jam: https://www.youtube.com/watch?v=zo1Zfo-SjwE
Optional theme: Pathways
HERE FOLLOWS SOME LINKS THAT CAN HELP YOU GET GOING!
INSTALL ODIN
Install the Odin compiler (for all platforms): https://odin-lang.org/docs/install/
Install the Odin compiler (video instructions, for Windows): https://www.youtube.com/watch?v=yq5VabsGz_4
ODIN + RAYLIB
A minimal Odin +: Raylib example. Recommended starting point for total beginners: https://gist.github.com/karl-zylinski/ec4cac8d378d1cdbe7aa74feec1cace4
Odin + Raylib on the web template: https://github.com/karl-zylinski/odin-raylib-web -- Video instructions: https://www.youtube.com/watch?v=WhRIjmHS-Og
Odin + Raylib + Hot reload template: https://github.com/karl-zylinski/odin-raylib-hot-reload-game-template
ODIN + SOKOL
Odin + Sokol on the web template: https://github.com/karl-zylinski/odin-sokol-web
Odin + Sokol + Hot reload template: https://github.com/karl-zylinski/odin-sokol-hot-reload-template
MY ODIN BOOK (probably best to read after, not during the jam)
https://odinbook.com/ -- Free sample available!