Draft Capablanca chess + add TODO related to move transmission issues
[xogo.git] / README.md
... / ...
CommitLineData
1# xogo.casa
2
3Simplified version of old vchess.club, to focus on the essential : the game.
4
5## Requirements (dev)
6
7PHP + Node.js + npm.
8```npm i -g nodemon```
9
10## Usage
11
12```wget https://xogo.live/assets.zip && unzip assets.zip``` <br>
13Rename parameters.js.dist &rarr; parameters.js, and edit file. <br>
14```npm i```
15
16Generate some pieces: <br>
17```python generateSVG.py``` in variants/Avalam/pieces
18
19```./start.sh``` (and later, ```./stop.sh```)