Open Source Implementation of Checkers
I am looking for an open source implementation of a checkers game to run some game tree searching experiments on. Does any开发者_如何学Cone know of an implementation?
Thanks, Pat
I found this on Google: Java Checkers.
The source code is below it.
GUI checkers is the strongest opensource checkers engine. You can download the source code from the following link. http://www.3dkingdoms.com/checkers.htm
精彩评论