GAMECLOCK(6) | Games Manual | GAMECLOCK(6) |
gameclock - a simple game clock
gameclock
This manual page documents briefly the gameclock command.
gameclock is a simple application designed to track the time spent thinking by the players during a chess game. Various ways of tracking time are supported, with only `countdown' (aka `blitz') and `fischer' for now. The graphical interface is keyboard driven and is intended to be minimal and simple. The code is made to be extensible to other game types.
These programs follow the usual GNU command line syntax, with long options starting with two dashes (--). A summary of options is included below.
Most of the interface is keyboard-driven, apart from the initial clock and game configuration.
The look of gameclock can be customized fairly easily using GTK resource files. The clock widgets are conveniently named to allow easy customizing. Take for example the sample "Green" builtin theme:
style "clockui" {
bg[NORMAL] = "black"
fg[NORMAL] = "white"
bg[SELECTED] = "red"
fg[SELECTED] = "black"
bg[ACTIVE] = "green"
fg[ACTIVE] = "black" } widget "*.clockui.GtkEventBox" style "clockui" widget "*.clockui.*Label" style "clockui"
xboard(1), http://gnomecoder.wordpress.com/chessclock/.
gameclock was written by Antoine Beaupré.
August 13, 2008 |