Pandroid
From The Othello Wiki Book Project
Pandroid is a non-complete program that is not very suitable for human vs. computer play. Emphasis have been on creating a program that allows experiments with reinforcement learning. A great deal of a program playing strength lies in its ability to correctly classify positions. Reinforcement learning is one approach to learning these classifications. The program or tool kit (which probably is a better description) is written entirely in C on the Linux platform. Pandroid uses very little system dependent or external code. It lacks graphical user interface for instance. This means that most of the code would probably compile on other platforms without too many modifications.

