3 Website to play to many chess variants, including rare ones - some almost never seens
4 elsewhere, like "l'Échiqueté" [french], renamed "checkered chess" in english.
8 I hope it's intuitive enough :)
10 But, a few important points:
11 - All games start with a random assymetric position!
12 - Games are untimed: you decide to play fast or not...
18 - npm packages (see package.json),
22 - underscore.js (TODO: remove this dependency),
24 - Google font 'Open Sans' + a few icons,
26 Pieces images where found at various locations.
28 ## Installation (for developers)
30 0. Install git-fat https://github.com/jedbrown/git-fat
31 1. git fat init && git fat pull
32 2. Execute db/create.sql script (SQLite) to fill db/vchess.sqlite database
33 3. Rename public/javascripts/socket\_url.js.dist into socket\url.js
34 and adjust its content.