- A simulation game about directing developers to create 'better' code.
- Build in Odin with Raylib
- Created for an English 102 Project
./build.sh <run/web> <run/web> - Building with just
./build.shwill build the hot hot reloadable executable + dylib runwill run itwebwill compile it to wasm (requires emcc)- Running
runandwebwill start up a localhost server throughpython3 -m http.server