o
odin.langpkg.dev
packages / app / hybrid

hybrid

174908eapp

A simulation game about directing developers to create 'better' code.

MIT · updated 3 months ago

Hybrid

  • A simulation game about directing developers to create 'better' code.
  • Build in Odin with Raylib
  • Created for an English 102 Project

To build:

./build.sh <run/web> <run/web> 
  • Building with just ./build.sh will build the hot hot reloadable executable + dylib
  • run will run it
  • web will compile it to wasm (requires emcc)
  • Running run and web will start up a localhost server through python3 -m http.server