o
odin.langpkg.dev
packages / library / soapong2

soapong2

3ce21d5library

No description provided.

MIT · updated 2 years ago

Build web

This is assuming you have all dependencies install and configured (docs TODO)

# Build
cd soapong2/
make build-web

# Host
cd out/debug/web
python3 -m http.server 1738

Build windows exe

Do not try to build the exe via WSL. It will fail.

rem Build
cd soapong2/
odin build game

rem Run
odin.exe