Try it out on https://benediktwerner.github.io/stacklands-combat-simulator/.
Simulates arbitrary combat scenarios for Stacklands.
- Missed projectiles can travel longer/shorter
./build.sh
to build the Simulator component (Rust -> WebAssembly)cd svelte
npm install
dependenciesnpm run dev
to run the front-end dev servernpm run build
to build the front-end for production
./deploy.sh
to deploy to GitHub Pages