From 37637e483f1bf6574e9306aebbd013bb63d888d6 Mon Sep 17 00:00:00 2001 From: zuntum Date: Thu, 1 Nov 2001 00:47:39 +0000 Subject: Move pkg/ files into package's toplevel directory --- games/knightcap/DESCR | 29 +++++++++++++++++++++++++++++ games/knightcap/PLIST | 4 ++++ games/knightcap/pkg/DESCR | 29 ----------------------------- games/knightcap/pkg/PLIST | 4 ---- 4 files changed, 33 insertions(+), 33 deletions(-) create mode 100644 games/knightcap/DESCR create mode 100644 games/knightcap/PLIST delete mode 100644 games/knightcap/pkg/DESCR delete mode 100644 games/knightcap/pkg/PLIST (limited to 'games/knightcap') diff --git a/games/knightcap/DESCR b/games/knightcap/DESCR new file mode 100644 index 00000000000..be662c43e3a --- /dev/null +++ b/games/knightcap/DESCR @@ -0,0 +1,29 @@ +KnightCap is a chess program written for the Fujitsu AP1000+ parallel +computer (running AP/Linux). It will also run on most unixes, although +you may need to tweak the includes.h file and Makefile. + +The principal differences between KnightCap and other chess programs +are: + + - KnightCap has an optional fully rendered 3D interface, giving a feel much + more like an "over the board" game. + + - KnightCap was developed to run on a parallel distributed memory + machine, although it also runs on normal unix boxes. + + - KnightCap does not have an opening book---instead it keeps a file + (brain.dat) of losing moves and inserts them in the hash table at the + start of each search. At present it has about 1500 entries, and + this makes it a pretty competitive opening player. + + - KnightCap learns the parameters of its evaluation function as it + plays. The most dramatic example of how this helps is an experiment + we conducted on FICS in which KnightCap learnt from a 1650 player + to a 2100 player in just 300 games. See + http://keating.anu.edu.au/~jon/papers/knigtcap.ps.gz for more info on + its learning algorithm. + +KnightCap now beats gnuchess consistently and is within "coo-ee" of +crafty, although I think it needs deeper search or some more dramatic +selective search to be truly competitive with the best micro +programs. diff --git a/games/knightcap/PLIST b/games/knightcap/PLIST new file mode 100644 index 00000000000..67d1afd4b0e --- /dev/null +++ b/games/knightcap/PLIST @@ -0,0 +1,4 @@ +@comment $NetBSD: PLIST,v 1.1 2001/11/01 00:53:42 zuntum Exp $ +bin/KnightCap +share/doc/knightcap/README +@dirrm share/doc/knightcap diff --git a/games/knightcap/pkg/DESCR b/games/knightcap/pkg/DESCR deleted file mode 100644 index be662c43e3a..00000000000 --- a/games/knightcap/pkg/DESCR +++ /dev/null @@ -1,29 +0,0 @@ -KnightCap is a chess program written for the Fujitsu AP1000+ parallel -computer (running AP/Linux). It will also run on most unixes, although -you may need to tweak the includes.h file and Makefile. - -The principal differences between KnightCap and other chess programs -are: - - - KnightCap has an optional fully rendered 3D interface, giving a feel much - more like an "over the board" game. - - - KnightCap was developed to run on a parallel distributed memory - machine, although it also runs on normal unix boxes. - - - KnightCap does not have an opening book---instead it keeps a file - (brain.dat) of losing moves and inserts them in the hash table at the - start of each search. At present it has about 1500 entries, and - this makes it a pretty competitive opening player. - - - KnightCap learns the parameters of its evaluation function as it - plays. The most dramatic example of how this helps is an experiment - we conducted on FICS in which KnightCap learnt from a 1650 player - to a 2100 player in just 300 games. See - http://keating.anu.edu.au/~jon/papers/knigtcap.ps.gz for more info on - its learning algorithm. - -KnightCap now beats gnuchess consistently and is within "coo-ee" of -crafty, although I think it needs deeper search or some more dramatic -selective search to be truly competitive with the best micro -programs. diff --git a/games/knightcap/pkg/PLIST b/games/knightcap/pkg/PLIST deleted file mode 100644 index a742bfa773d..00000000000 --- a/games/knightcap/pkg/PLIST +++ /dev/null @@ -1,4 +0,0 @@ -@comment $NetBSD: PLIST,v 1.1.1.1 2000/10/15 08:38:22 jlam Exp $ -bin/KnightCap -share/doc/knightcap/README -@dirrm share/doc/knightcap -- cgit v1.2.3