Internet Chess ToolKit
v0.2.0

Package ictk.boardgame.io

This package contains all the abstract I/O classes to be implemented for the game to allow reading of standard game notations.

See:
          Description

Interface Summary
Annotation a description of why the move was played, or evaluations of the move.
BoardNotation an interface for converting board representations to Strings and back again.
MoveNotation An interface for converting between Moves and Strings.
 

Class Summary
GameReader reads games in various notations.
GameWriter ChessWriter is an abstract class that writer game files
 

Exception Summary
InvalidGameFormatException  
 

Package ictk.boardgame.io Description

This package contains all the abstract I/O classes to be implemented for the game to allow reading of standard game notations.


Submit a bug or feature
Visit the Website
Internet Chess ToolKit is licensed under the GPL v2 .