xogo.git
descriptionSimple but flexible website to play many chess variants
last changeThu, 7 May 2026 01:03:34 +0000 (03:03 +0200)

xogo.casa

Simplified version of old vchess.club, to focus on the essential : the game.

Requirements (dev)

PHP + Python + Node.js + npm. npm i -g nodemon

Usage

Initialisation (done once): retrieve ‘binaries’ (files binary or not which never change).

./initialize.sh

Rename and edit the parameters.js.dist file:

cp js/parameters.js.dist js/parameters.js

Finally:

./start.sh (and later, ./stop.sh)

shortlog
4 hours ago Benjamin AuderFew fixes + improve 8-pieces; last TODOs main
9 hours ago Benjamin AuderRemove extra print
33 hours ago Benjamin AuderRemove verbose comments in nginx config
33 hours ago Benjamin AuderAdd nginx example config. Improved a few details
39 hours ago Benjamin AuderFix bundle.py. TODO: clean code (sanitize.. ?)
45 hours ago Benjamin AuderAdd bundle.py to deploy on xogo.casa
46 hours ago Benjamin AuderRemove debug console.log
46 hours ago Benjamin AuderIgnore parameters.js
46 hours ago Benjamin AuderRemove parameters file from repo
2 days ago Benjamin Auderupdate
2 days ago Benjamin AuderFinal adjustments after refactoring
2 days ago Benjamin AuderFinish refactoring
3 days ago Benjamin Auderrefactoring in progress
6 days ago Benjamin AuderSome more code in 8-pieces
2026-04-20 Benjamin Auder[8pieces] Basic lancers move are ok
2026-04-01 Benjamin Auderupdate
...
heads
4 hours ago main