GNU FreeDink 1.08.20090120 (Default branch)


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements Software Releases - RSS News GNU FreeDink 1.08.20090120 (Default branch)
# 1  
Old 01-21-2009
GNU FreeDink 1.08.20090120 (Default branch)

Image GNU FreeDink is a portable and enhanced version of the Dink Smallwood game engine. It aims at running the original game as well as its D-Mods (Dink MODules, or add-ons), with close compatibility, under new platforms. The internals of the engines are being cleaned up to allow for portability and later improvements. License: GNU General Public License v3 Changes:
This release brings i18n, so you can translate D-Mods. It also fixes some crashes due to improper D-Mod scripts (e.g. attempts to modify sprite #1000): DinkC scripts are now better validated to avoid this. Image

Image

More...
Login or Register to Ask a Question

Previous Thread | Next Thread
Login or Register to Ask a Question
GAMECLOCK(6)							   Games Manual 						      GAMECLOCK(6)

NAME
gameclock - a simple game clock SYNOPSIS
gameclock DESCRIPTION
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 `fisher' 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. OPTIONS
These programs follow the usual GNU command line syntax, with long options starting with two dashes (--). A summary of options is included below. -h, --help Show summary of options. This includes the program's version and license. -v, --verbose Show progress information to standard output. More `-v' will display more information: timestamps then game state engine. -f, --fullscreen Start the application in fullscreen mode. KEYBINDINGS
Most of the interface is keyboard-driven, apart from the initial clock and game configuration. space start the game / end turn shift keys end the turn, but only for the appropriate side (left or right side) p pause game control-r, escape reset game - this resets all counters and clocks to the initial configuration, use this to restart the game. f toggle the fullscreen mode control-q quit application SEE ALSO
xboard(1), http://gnomecoder.wordpress.com/chessclock/. AUTHOR
gameclock was written by Antoine Beaupre. August 13, 2008 GAMECLOCK(6)