Abaddon's Game Programming
Page
But I do have a small beta of Othello present for fun. Human player
is white and starts in this implementation.
The game is based on the alfa-beta-minimax algorithm which searches
the game six moves ahead of current situation.
Hopefully I will be able to optimise the code and go at least one level
deeper.
It does deliver a decent game at the moment, though. Have fun!!