xogo.git
descriptionSimple but flexible website to play many chess variants
last changeTue, 5 May 2026 19:26:59 +0000 (21:26 +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
11 hours ago Benjamin AuderRemove verbose comments in nginx config main
11 hours ago Benjamin AuderAdd nginx example config. Improved a few details
16 hours ago Benjamin AuderFix bundle.py. TODO: clean code (sanitize.. ?)
22 hours ago Benjamin AuderAdd bundle.py to deploy on xogo.casa
24 hours ago Benjamin AuderRemove debug console.log
24 hours ago Benjamin AuderIgnore parameters.js
24 hours ago Benjamin AuderRemove parameters file from repo
32 hours ago Benjamin Auderupdate
32 hours ago Benjamin AuderFinal adjustments after refactoring
33 hours ago Benjamin AuderFinish refactoring
2 days ago Benjamin Auderrefactoring in progress
5 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
2026-03-31 Benjamin AuderImprove 8-pieces drawings
2026-03-31 Benjamin AuderOn the way to 8-pieces implementation
...
heads
11 hours ago main