Top Level Namespace

Includes:
MIDI

Defined Under Namespace

Classes: Bishop, Board, ChessGame, GameListener, King, Knight, Move, Pawn, Piece, Queen, Rook, Square

Constant Summary collapse

VERSION_MAJOR =
0
VERSION_MINOR =
1
VERSION_TWEAK =
2
Version =
"#{VERSION_MAJOR}.#{VERSION_MINOR}.#{VERSION_TWEAK}"
'Copyright (c) 2005 by Jim Menard <[email protected]>'