summaryrefslogtreecommitdiff
path: root/games/chest
AgeCommit message (Collapse)AuthorFilesLines
2012-10-06Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.asau1-3/+1
2010-01-29DESTDIR supportjoerg1-1/+3
2009-06-14Remove @dirrm entries from PLISTsjoerg1-3/+1
2008-11-14Initial import of chest-3.19.20080412:wiz4-0/+69
CHEST is an experimental program solving orthodox chess problems (like "white to move and mate in 5 moves"). It is written in ANSI C, and developed under UNIX. There is no user interface: CHEST just reads an input file and produces plain text on standard output. It is not hard to come up with a program that does the same job as CHEST, but it will be rather slow for non-trivial jobs. CHEST tries hard to be fast but still 100% correct.