Janzert / AEI

The Arimaa Engine Interface provides a standard method to communicate and control an Arimaa bot.
http://arimaa.janzert.com/aei/
Other
22 stars 5 forks source link

roundrobin Resign and roundrobin min time left #1

Closed arhart closed 10 years ago

arhart commented 10 years ago

I could split these into multiple pull requests if desired. One commit teaches roundrobin about "bestmove resign"; the other teaches it about min_time_left; both have tests.

For min_time_left, I tried to follow the pattern used in gameroom.

Janzert commented 10 years ago

Thanks for the additions.