diff options
author | jlam <jlam@pkgsrc.org> | 2000-10-24 20:08:13 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2000-10-24 20:08:13 +0000 |
commit | d339252696bb42f2f4537cf88f48a05392fd2572 (patch) | |
tree | 682c3847b9e2e92df51451e85a706c8ecfc1d495 /games/colchess/pkg | |
parent | cd92bcbc650df965bc41fabc1df501d06515da06 (diff) | |
download | pkgsrc-d339252696bb42f2f4537cf88f48a05392fd2572.tar.gz |
colchess - chess analysis engine
Diffstat (limited to 'games/colchess/pkg')
-rw-r--r-- | games/colchess/pkg/COMMENT | 1 | ||||
-rw-r--r-- | games/colchess/pkg/DESCR | 5 | ||||
-rw-r--r-- | games/colchess/pkg/PLIST | 10 |
3 files changed, 16 insertions, 0 deletions
diff --git a/games/colchess/pkg/COMMENT b/games/colchess/pkg/COMMENT new file mode 100644 index 00000000000..4a4f4b741d5 --- /dev/null +++ b/games/colchess/pkg/COMMENT @@ -0,0 +1 @@ +chess analysis engine diff --git a/games/colchess/pkg/DESCR b/games/colchess/pkg/DESCR new file mode 100644 index 00000000000..e8c96eaac11 --- /dev/null +++ b/games/colchess/pkg/DESCR @@ -0,0 +1,5 @@ +ColChess is primarily an analysis engine, though it can also be used for +playing competitive games. It uses the brute force analysis method for +tree searching, meaning that it analyses far more nodes per move than an +ordinary chess program such as GNU Chess or Crafty, but it cuts out all the +guesswork so that its analysis is always accurate to the depth specified. diff --git a/games/colchess/pkg/PLIST b/games/colchess/pkg/PLIST new file mode 100644 index 00000000000..e6c99e2ec6a --- /dev/null +++ b/games/colchess/pkg/PLIST @@ -0,0 +1,10 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2000/10/24 20:08:13 jlam Exp $ +bin/colchess +share/colchess/chessdat.dat +share/colchess/tests/bk.epd +share/colchess/tests/bwtc.epd +share/colchess/tests/wac.epd +share/colchess/tests/wcsac.epd +share/doc/colchess/README +@dirrm share/colchess/tests +@dirrm share/colchess |