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


Is PHP in Trouble?
10/04/2024

The April 2024 headline for the TIOBE Index, which ranks programming languages in terms of their popularity, reads, "Is PHP losing its mojo" asking this question because this month PHP has dropped out [ ... ]



ZLUDA Ports CUDA Applications To AMD GPUs
18/04/2024

ZLUDA is a translation layer that lets you run unmodified CUDA applications with near-native performance on AMD GPUs. But it is walking a fine line with regards to legality.


More News

Last Updated ( Monday, 25 April 2011 )