summaryrefslogtreecommitdiff
path: root/games/crafty
AgeCommit message (Collapse)AuthorFilesLines
2001-01-15Allow generated code to execute on 386-class machines. People wanting tojlam2-5/+51
optimize Crafty for i[456]86 can set CFLAGS appropriately in /etc/mk.conf.
2001-01-14Update crafty to 18.1. Changes from version 17.14 include bug fixes to thejlam2-11/+11
evaluation function, improved castling strategy when facing a stonewall, and full support for the xboard protocol version 2.
2000-11-10Update crafty to 17.14. The author kindly accepted all patches back into thejlam9-646/+16
main source tree, so no more pkgsrc patches. Changes from version 17.13: another endgame evaluation problem fixed. the outside passed pawn code worked well, up until the point the pawn had to be given up to decoy the other side's king away from the remainder of the pawns. Crafty now understands the king being closer to the pawns than the enemy king, and therefore transitions from outside passer to won king-pawn ending much cleaner. new command "selective" as requested by S. Lim, which allows the user to set the min/max null move R values (default=2/3). they can be set to 0 which disables null-move totally, or they can be set larger than the default for testing. minor changes to init.c sent by Eugene Nalimov to handle 64 bit pointer declarations for win64 executable compilation. NetBSD changes included along with a new Makefile that requires no editing to use for any known configuration ("make help" will explain how to use it). this was submitted by Johnny Lam. serious changes to the outside passed pawn code. the evaluator now understands that outside passers on _both_ sides of the board is basically winning. same goes for candidate passers.
2000-10-15crafty: chess engine -- plays a MUCH better game of chess than GNU Chess.jlam12-0/+724