(This is an old and fairly buggy version of the program. I'll post a more recent version at some point.)
This program started out as the final project in my AI course - its aim was to create a competent Othello program, by programmers who knew next to nothing about the game. It was fairly successful after only a few weeks of work, but I've been working on it extensively since the course ended. At the moment I only have the source posted here, and due to the time and CPU requirements of actually generating a good player using it (upwards of several days, most likely), you probably won't be able to do very much with it. I'll work on adding an executable version and pregenerated sample players soon.
| Link: | Download |
| Notes: | Just needs Java 1.5 and Make to compile. Also keep in mind that this is still under active development and most likely has lingering bugs that I haven't stumbled across yet. |