Chess Tournaments
Technical
This version works entirely off PGN files.
There is a database but not for individual game moves.
The tournament consists of PGN files in a directory
on the server within the content area.
This can be viewed through the content browser
Later we might add some database tables to store moves, so that we can better control the move times etc., but for now we will work directly on the PGN game files
biscuits-chess-admin.js function showTournamentCrossTable()
Later we might add some database tables to store moves, so that we can better control the move times etc., but for now we will work directly on the PGN game files
Tournament crosstables are shown via ajax ajax-chess-admin.php
action = tournament-crosstable
function makeTournamentPairings() checks each PGN file in the specified directory and helps create the cross table data
action = tournament-crosstable
function makeTournamentPairings() checks each PGN file in the specified directory and helps create the cross table data
The Tournament Cross Table
Read across horizontally from your name to see all your games.
The cross table will be filled with red and green
W and B letters. Showing your games as white and black. green
shows that it's your move.
When you click on a W or B JS showGameOptions runs to open a pop-up
Read horizontally across and not vertically downwards.
If you read vertically down and come across one of your games marked W , this means that Your opponent (reading horizontally across ) is white to move in that game.
If you read vertically down and come across one of your games marked W , this means that Your opponent (reading horizontally across ) is white to move in that game.
1270 library findViewPath View File not found in Biscuits a-z views.
View Path : /home/leonwool/public_html/biscuits/biscuits-28b/views/c-views/chess-navpills.php
1291 library findViewPath viewPath /home/leonwool/public_html/biscuits/biscuits-28b/views/chess-navpills.php
Chess-Tournaments Comments