cl-reversi is a Common Lisp implementation of the classic game of reversi.
This package includes a text mode interface that works on all Common Lisp platforms as well as a CLIM-based graphical user interface.
This package is based on Peter Norvig's Othello® program in his outstanding book Paradigms of Artificial Intelligence Programming. Compared to the example code in his book, cl-reversi adds significant optimzations, a graphical user interface, and ASDF package loading.