Based off of https://github.com/karl-zylinski/odin-raylib-hot-reload-game-template
Recreating some games to learn odin-lang.
Build on Linux with the build scripts. build_hot_reload.sh will compile the core game as a shared library which will be reloaded when changed.
The wasm build can be served using this command in the output directory: python -m http.server.