Crafty is a chess program, that can be interfaced with xboard.
Crafty is the derivative of Cray Blitz, a computer chess program. It is a very strong one, and its current peak ICC ratings are 3286 (bullet), 3388 (blitz) and 2792 (standard). It can be used with xboard just like gnuchess.
Crafty is the derivative of Cray Blitz, a computer chess program. It is a very strong one, and its current peak ICC ratings are 3286 (bullet), 3388 (blitz) and 2792 (standard). It can be used with xboard just like gnuchess.
To install crafty, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install crafty
To see what files were installed by crafty, run:
port contents crafty
To later upgrade crafty, run:
sudo port selfupdate && sudo port upgrade crafty
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.