Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

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

share|improve this question
Checkers is solved, white wins :P – Nico Jun 24 '12 at 14:35

2 Answers

I found this on Google: Java Checkers.

The source code is below it.

share|improve this answer
Thanks for the suggestion. Anyone else? – Pat R Apr 6 '10 at 4:48
Here's one: javacoffeebreak.com/books/extracts/javanotesv3/source/… from the free, on-line textbook Introduction to Programming Using Java available at math.hws.edu/javanotes. – Arda Xi Apr 6 '10 at 4:54
1  
That's an awful Checkers game. It doesn't even force you to jump! – kirk.burleson May 7 '11 at 11:25

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

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.