use cargo run --release to launch the app in native. Use the debug feature for debug inspector.
- Native:
cargo serve --releaseand openhttp://127.0.0.1:1334 - Browser:
./build_wasm.shand opendocs/wasm/index.htmlin a browser
Some browser might prevent local files to be loaded, in firefox setting
security.fileuri.strict_origin_policymight be needed
Use the left mouse button to toggle tiles, and the right mouse button to place towers.
You can also regenerate the board by pressing R.