https://github.com/benediktwerner/stacklands-combat-simulator
Simulate Stacklands combat scenarios
https://github.com/benediktwerner/stacklands-combat-simulator
simulator stacklands
Last synced: about 1 year ago
JSON representation
Simulate Stacklands combat scenarios
- Host: GitHub
- URL: https://github.com/benediktwerner/stacklands-combat-simulator
- Owner: benediktwerner
- Created: 2022-08-11T12:35:39.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2022-11-22T14:28:00.000Z (over 3 years ago)
- Last Synced: 2025-05-06T07:19:46.010Z (about 1 year ago)
- Topics: simulator, stacklands
- Language: Svelte
- Homepage: https://benediktwerner.github.io/stacklands-combat-simulator/
- Size: 7.27 MB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Stacklands Combat Simulator
Try it out on .
Simulates arbitrary combat scenarios for [Stacklands](https://sokpop.itch.io/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