Skip to content

Latest commit

 

History

History
32 lines (24 loc) · 1.54 KB

README.md

File metadata and controls

32 lines (24 loc) · 1.54 KB

fsd_builder

Army builder for Full Spectrum Dominance.

You can find more about the game on https://fsd-wargame.com/.

Live Demo

Here's a WIP live demo deployed as of 06/12/2023: https://fsd-wargame.com/roster/

Installation

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.

Serving

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.

Deployment

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.

Features

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 (?)

License

This project is dual-licensed:

  • The software code is licensed under the MIT license.
  • The unit profiles are proprietary and All Rights Reserved.