Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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