diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2005-11-25 03:40:38 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2005-11-25 03:40:38 +0000 |
commit | a06e65d3cd876a3eafe51a78eeefbdc81847bc9a (patch) | |
tree | b25f1da160798cc2c8cd0c96178a2507ef1f10d6 /games/pythonchess/pkg-descr | |
parent | 2481baa02dd090632449bec1fae79d95907febc1 (diff) | |
download | ports-a06e65d3cd876a3eafe51a78eeefbdc81847bc9a.tar.gz ports-a06e65d3cd876a3eafe51a78eeefbdc81847bc9a.zip |
Notes
Diffstat (limited to 'games/pythonchess/pkg-descr')
-rw-r--r-- | games/pythonchess/pkg-descr | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/games/pythonchess/pkg-descr b/games/pythonchess/pkg-descr new file mode 100644 index 000000000000..62e774a3317a --- /dev/null +++ b/games/pythonchess/pkg-descr @@ -0,0 +1,6 @@ +pythonchess is a computer chess program for human vs. computer games. +pythonchess is a complete chess program with alpha-beta search, hashing, +pondering, iterative deepening, etc. implemented in Python programming +language. + +WWW: http://www.kolumbus.fi/jyrki.alakuijala/pychess.html |