mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-30 05:40:06 +00:00
48d243d662
new port pear-Games_Chess to validate PGN (portable Game Notation) representing chess games PR: ports/87617 Submitted by: Mark Huizer <xaa+ports@timewasters.nl>
8 lines
391 B
Plaintext
8 lines
391 B
Plaintext
The logic of handling a chessboard and parsing standard
|
|
FEN (Farnsworth-Edwards Notation) for describing a position as well as SAN
|
|
(Standard Algebraic Notation) for describing individual moves is handled. This
|
|
class can be used as a backend driver for playing chess, or for validating
|
|
and/or creating PGN files using the File_ChessPGN package.
|
|
|
|
WWW: http://pear.php.net/package/Games_Chess/
|