Fix some complete rules
[xogo.git] / README.md
CommitLineData
c9a20f4f 1# xogo.casa
41534b92
BA
2
3Simplified version of old vchess.club, to focus on the essential : the game.
4
5## Requirements (dev)
6
0e466aac
BA
7PHP + Node.js + npm.
8```npm i -g nodemon```
41534b92
BA
9
10## Usage
11
b0803a78 12```wget https://xogo.live/assets.zip && unzip assets.zip``` <br/>
a55fde41 13```wget https://xogo.live/extras.zip && unzip extras.zip``` <br/>
b0803a78 14Rename parameters.js.dist &rarr; parameters.js, and edit file. <br/>
41534b92
BA
15```npm i```
16
b0803a78 17Generate some pieces: <br/>
de1421be 18```python generateSVG.py``` in pieces/Avalam
9b760538 19
0e466aac 20```./start.sh``` (and later, ```./stop.sh```)