Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 548 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 548 Bytes

Stacklands Combat Simulator

Try it out on https://benediktwerner.github.io/stacklands-combat-simulator/.

Simulates arbitrary combat scenarios for Stacklands.

Known inaccuracies

  • Missed projectiles can travel longer/shorter

Build

  • ./build.sh to build the Simulator component (Rust -> WebAssembly)
  • cd svelte
    • npm install dependencies
    • npm run dev to run the front-end dev server
    • npm run build to build the front-end for production
  • ./deploy.sh to deploy to GitHub Pages