A Python project to play with
Written by Sue Gee   
Monday, 25 April 2011

Checkers is a popular board game with many computer implementations. Brandon Corfman is working on an open source checkers game written in Python. Raven Checkers Version 0.4 was recently released and the project is looking for volunteers to take it forward.

Raven-Checkers is an open-source Python project hosted by Google. As far a game play is concerned it allows you to quickly set up board configurations using standard checkerboard notation. You can also describe your moves in the annotation window, and you can save and load games for later study and for learning techniques and tactics. Several training files have been included in the latest version to show how well Raven works for studying endgame strategy.

 

raven

(click to enlarge)

 

As a developer project it is based on existing open source code as a basis, using Martin Fierz's Simple Checkers evaluation function and Peter Norvig's search code from the AIMA project.

Written using Python 2.7 and its standard libraries it is cross-platform and has been tested on Windows and Linux Mint (Cassandra).

In appealing for volunteers the owner of the project, Brandon Corfman, has outlined his plans which are rather unusual:

Most checkers or chess programs go the route of deep search combined with perfect opening and endgame databases. These techniques are well-explored and not really all that interesting to me. I plan on making a big change in future versions of Raven by relying more on planning than brute-force search.

More details of his ideas can be found on his blog.

 

ravensmall

 

Visit the Raven-checker site for more information, to download Raven 0.4 and discover how to participate.

 

Banner


MongoDB Acquires Voyage AI To Add Embedding Models
10/03/2025

MongoDB is to acquire Voyage AI with the intention of using Voyage AI's facilities within MongoDB so developers can build apps that use AI more reliably. Voyage AI produces embedding and reranking mod [ ... ]



Apple Adds Swift Version Manager
03/04/2025

Apple has announced the first stable release of Swiftly, a Swift version manager for installing, managing and updating Swift toolchains.


More News

Last Updated ( Monday, 25 April 2011 )