This is a squad builder for Fantasy Flight Games' X-Wing Miniatures game, completely in HTML and JavaScript. No backend is necessary. It can theoretically be dropped into any existing site, but since it uses a lot of styling from Twitter Bootstrap it may require some CSS trickery if you're using some other incompatible framework (e.g. Foundation).
Saving: yes, if you provide a backend that adheres to the API. See my X-Wing Backend project for an example. Sharing, no.
Yes.
MAGIC
He 'retired'. I took over.
Whenever FFG stops releaseing content for the game.
- Install Node.js to get
npm
. sudo npm install -g grunt-cli
to install the global Grunt CLI.npm install
to install the dependencies listed inpackage.json
.grunt
to build everything into theapp
directory. The builder is atapp/index.html
.
Wanna help translating YASB into your language? See instructions in the
translation_helper/README.md
file.
https://yasb2-xws.herokuapp.com allows you to export squads you have created to xws format for use in other places. Take the url of the squad you have built, replace the "https://raithos.github.io/" part of the url with "https://yasb2-xws.herokuapp.com" and it will output your squad to be used for whatever.
X-Wing Miniatures is by Fantasy Flight Games. Icons and fonts originally from GeckoTH's excellent PSD, available here. X-Wing symbols and ships fonts courtesy Hinny and Josh Derksen and are available as a Bower package. Maneuver dial support by @hpanderson. Fancy printout design inspired by TheKestrel on the FFG forums. Upgrade card text integrated into printouts by wffurr. Squad name in the permalink and obstacles choice modal by zacharyp.
I'm bad at keeping this up to date; see the About section of the builder.
Initial Relase of 2.0