Open Othello is an open source board-game (also called Reversi). It features:
* 3D animation of plays
* Computer player (with opening book, transposition table, alpha-beta pruning negamax searching)
* A play history so you can undo, redo and replay
* Archived game stats for each square
* Save/load of games
* Displays potential plays
Created in Visual Studio using C#. Unity3d is used as the game engine. More information: http://ledpup.blogspot.com.au/search/label/Reversi
Source code: https://github.com/ledpup/Othello