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


ACM Adopts Open Access Publishing Model
05/04/2024

ACM, the Association for Computing Machinery, the professional body for computer scientists, has relaunched Communications of the ACM, the organization’s flagship magazine, as a web-first  [ ... ]



Actionforge Releases GitHub Actions VSCode Extension
09/04/2024

Actionforge has released the beta of its GitHub Actions tool as a VS Code extension. The extension consists of a suite of tools making up a visual node system for building and managing GitHub Actions  [ ... ]


More News

Last Updated ( Monday, 25 April 2011 )