Finish code refactoring to generate initial positions (untested)
[xogo.git] / README.md
CommitLineData
41534b92
BA
1# xogo.live
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
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
9b760538 16Generate some pieces: <br>
0e466aac 17```python generateSVG.py``` in variants/Avalam/pieces
9b760538 18
0e466aac 19```./start.sh``` (and later, ```./stop.sh```)