Skip to content
deniswings edited this page Sep 9, 2016 · 16 revisions

X-Wing Squadron Benchmark (XWS-bench) is an un-official online adaptation of X-Wings Miniature game into a web-app.
The web app itself is available on the page xws-bench, as github pages.

For all matters concerning how to play, how to use it, consider leaving a message in the blog. This wiki is only concerned by bug reports (see Issues) and development.

The web-app is implemented in Javascript, using HTML5 and CSS3, Snap svg library and jquery.

This software is free, free to use it or to send bug reports.

Organization of the sources

The whole sources can be downloaded locally and the site can be tested through the index.html file. There is no need for a connection. The main files are the following

  • index.html: the entry point of the web app
  • src directory: the javascript sources of the web app
  • js directory: contains external javascript libraries
  • png directory: all images for units, effects, ... Not all are pngs
  • css directory: mainly one file, xwings.css containing most of the style for the web app
  • ogg directory: sound effects (different formats: wav, ogg, m4a)
  • data directory: json files describing units, the text entries in different languages, ...
Clone this wiki locally