views:

58

answers:

1

Hello all, 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

+1  A: 

I found this on Google: Java Checkers.

The source code is below it.

Arda Xi
Thanks for the suggestion. Anyone else?
Pat R
Here's one: http://www.javacoffeebreak.com/books/extracts/javanotesv3/source/Checkers.java from the free, on-line textbook Introduction to Programming Using Java available at http://math.hws.edu/javanotes/.
Arda Xi