Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/benediktwerner/stacklands-combat-simulator
Simulate Stacklands combat scenarios
https://github.com/benediktwerner/stacklands-combat-simulator
simulator stacklands
Last synced: about 5 hours 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 (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-11-22T14:28:00.000Z (almost 2 years ago)
- Last Synced: 2024-04-17T16:25:41.411Z (7 months ago)
- Topics: simulator, stacklands
- Language: Svelte
- Homepage: https://benediktwerner.github.io/stacklands-combat-simulator/
- Size: 7.27 MB
- Stars: 4
- Watchers: 2
- 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