diff options
Diffstat (limited to 'games/exchess/pkg')
-rw-r--r-- | games/exchess/pkg/COMMENT | 1 | ||||
-rw-r--r-- | games/exchess/pkg/DESCR | 11 | ||||
-rw-r--r-- | games/exchess/pkg/PLIST | 6 |
3 files changed, 18 insertions, 0 deletions
diff --git a/games/exchess/pkg/COMMENT b/games/exchess/pkg/COMMENT new file mode 100644 index 00000000000..18c6cd63522 --- /dev/null +++ b/games/exchess/pkg/COMMENT @@ -0,0 +1 @@ +experimental chess engine diff --git a/games/exchess/pkg/DESCR b/games/exchess/pkg/DESCR new file mode 100644 index 00000000000..c20d628394e --- /dev/null +++ b/games/exchess/pkg/DESCR @@ -0,0 +1,11 @@ +EXchess is an experimental chess engine supporting the following features: + + * Support for Tim Mann's XBoard. + * Analysis features of XBoard. + * Brute force searches to 60 ply (1 ply = a move by one side). + * Hash tables for storing positions already visited in the search. + * Pondering. (Thinking on the opponent's time.) + * Recursive null move pruning. + * Quiescent capture search. + * Adjustable hash table size. + * Adjustable search and evaluation parameters. diff --git a/games/exchess/pkg/PLIST b/games/exchess/pkg/PLIST new file mode 100644 index 00000000000..0e1785ba3aa --- /dev/null +++ b/games/exchess/pkg/PLIST @@ -0,0 +1,6 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2000/10/25 08:40:00 jlam Exp $ +bin/exchess +lib/exchess/search.par +share/doc/exchess/readme.txt +@dirrm share/doc/exchess +@dirrm lib/exchess |