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
5 hours ago Benjamin AuderFew fixes + improve 8-pieces; last TODOs main
10 hours ago Benjamin AuderRemove extra print
35 hours ago Benjamin AuderRemove verbose comments in nginx config
35 hours ago Benjamin AuderAdd nginx example config. Improved a few details
40 hours ago Benjamin AuderFix bundle.py. TODO: clean code (sanitize.. ?)
46 hours ago Benjamin AuderAdd bundle.py to deploy on xogo.casa
47 hours ago Benjamin AuderRemove debug console.log
47 hours ago Benjamin AuderIgnore parameters.js
2 days 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
5 hours ago main