blob: d6994b3577f949f14a91000d81407c0a257661f6 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
PyChess is a gnome-inspired chess client written in Python.
Features
* CECP and UCI Engine support
* Free on-line play on the FICS chess servers
* Read and writes the PGN, EPD and FEN chess file formats
* Built-in Python based engine
* Undo and pause functions
* Board and piece animation
* Drag and drop
* Tabbed interface
* Hints and spy arrows
* Opening book side panel using sqlite
* Scoreplot side panel
* "Enter game" in pgn dialog
* Internationalised or figure pieces in notation
* Optional sounds
* Legal move highlighting
* A nice and accessible look
WWW: http://sites.google.com/site/pychess/
|