jazzyb / libforchess

A chess engine for the "ultimate social game".
GNU General Public License v3.0
0 stars 0 forks source link

Simple Example Depth and Time Options #13

Closed jazzyb closed 12 years ago

jazzyb commented 12 years ago

The simple example program should accept options -d and -t. The -d option should take a number for the plycount that the program ought to search. The -t option should be the timeout value for the search algorithm. Both of these options may be optional, and if they are not provided by the user, the program should use sensible defaults.