Fix Dark enlightened array update
[vchess.git] / README.md
... / ...
CommitLineData
1# v[ariant]chess.club
2
3Website to play to many chess variants, including rare ones - some almost
4never seen elsewhere, like "l'Échiqueté" [french], renamed "checkered chess"
5in english.
6
7## Usage
8
9I hope it's intuitive enough :)
10
11But, a few important points:
12 - All games start with a random assymetric position!
13 - Games are untimed: you decide to play fast or not...
14 - Your identity (if filled) is revealed only after the game
15
16## Resources
17
18Server side:
19 - node,
20 - npm packages (see package.json),
21
22Client side:
23 - Vue.js,
24 - underscore.js,
25 - mini.css,
26 - Google font 'Open Sans' + a few icons,
27
28Sounds and pieces images where found at various locations.
29
30## Installation (for developers)
31
32 0. Install git-fat https://github.com/jedbrown/git-fat
33 1. git fat init && git fat pull
34 2. Execute db/\*.sql scripts to create and fill db/vchess.sqlite
35 3. Rename and edit public/javascripts/socket\_url.js.dist into socket\_url.js
36 4. npm i && npm start
37
38## Get involved
39
40All contributions are welcome! For example,
41 - translations,
42 - design,
43 - Vue front-end,
44 - Express back-end.
45
46If you wanna help, you can send me an email (address indicated in the "Help"
47menu on the website) so that we can discuss what to do and how :)
48If you feel comfortable with the code a pull request is a good start too.