0
votes

I am looking for an open source implementation of a checkers game to run some game tree searching experiments on. Does anyone know of an implementation?

Thanks, Pat

2
Checkers is solved, white wins :P - Nicolas
Actually, it's a draw. Look at newscientist.com/article/… - saulspatz

2 Answers

2
votes

I found this on Google: Java Checkers.

The source code is below it.

2
votes

GUI checkers is the strongest opensource checkers engine. You can download the source code from the following link. http://www.3dkingdoms.com/checkers.htm