Army builder for Full Spectrum Dominance.
You can find more about the game on https://fsd-wargame.com/.
Here's a WIP live demo deployed as of 06/12/2023: https://fsd-wargame.com/roster/
To get started, you need the following:
- WebAssembly target: install with
rustup target add wasm32-unknown-unknown
- Trunk: install with
cargo install --locked trunk
. This will take a while.
Trunk should be doing all the heavy lifting here.
The index.html is the entry point (and for silly reasons has to be kept in the root directory), and a few directions are provided in the trunk.toml file. Other than that, calling trunk build
and trunk serve
(or, if you're feeling fancy, trunk serve --open
) should set up the website on localhost:8080.
The intermediate files will be copied in a dist folder (which is in .gitignore) before serving.
Copying on your website the content of /dist after calling trunk serve --release
should be enough. Currently however the generated .html lacks some relative paths. Check #1 for that. Hopefully it will be fixed soon.
This army builder is a work in progress, and progressively multiple features will be included:
- Assigning Characters and Units' option
- Building a printable roster sheet for the faction
- Custom Units (?)
This project is dual-licensed:
- The software code is licensed under the MIT license.
- The unit profiles are proprietary and All Rights Reserved.