Skip to content

benediktwerner/stacklands-combat-simulator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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