cl-reversi
cl-reversi is a Common Lisp application of the classic reversi or Othello® game. The code is based on Peter Norvig's example code in his Paradigms of Artificial Intelligence Programing book. cl-reversi has code added by Kevin Rosenberg which adds significant optimizations, asdf-based package loading, and a CLIM-based graphical user interface.