There are several ways to answer this question:
Crafty's strength depends on the speed of the processor it's using, the size and content of its opening book, and the endgame tablebases that it's using.
Crafty isn't rated. You need to play in a few tournaments to get an official rating.
On ICC and FICS, Crafty has ratings around 2500-2700. However, these ratings are for fast time controls. These ratings cannot be translated to FIDE or UCSF ratings.
Type help for a list of Crafty's commands.
To quit Crafty, you can type end, quit, or q. You can also use the Quit command in the File menu or type Command-Q.
Try the following commands:
If you installed any endgame tablebases, move them somewhere else so Crafty can't find them. If Crafty is still too strong, try these commands:
If you can beat Crafty, don't take moves back and don't play the same lines over and over. Otherwise, use Get Info to give Crafty as much memory as possible. Then try the following:
You should also install the largest opening book you can build and all the endgame tablebases you can fit on your disk. Finally, if you're using a 680x0 Macintosh, you should know that Crafty prefers a Power Macintosh. Crafty is much more efficient with a PowerPC processor.
Yes. You can put commands in a text file named "crafty.rc" and Crafty will execute them every time it starts up. The last command in this file must be exit. Here's an example:
hash 48M
hashp 4M
time 40/120/20/60
exit
Although Crafty is a relatively strong Macintosh chess program, it could be performing much better. Crafty is essentially an elaborate 64-bit calculator. On other 32-bit platforms, 64-bit support is provided by the gcc compiler. On the Macintosh, 64-bit support is provided by a C++ class. The C++ class is much slower than gcc's built-in data type.
Better performance is a high priority. Currently, several compilers are being investigated as possible alternatives.