r5141: Auto commit for Debian build
[reversi.git] / README
1 This is a Common Lisp implementation of the Reversi game.
2
3 The web site for this package is http://reversi.b9.com which has
4 documentation for this package.
5
6 Reversi is based on the Othello(tm) game presented in Peter Norvig's
7 book "Paradigms of Artificial Intelligence Programming", chapter 18.
8 I highly suggest this book in general. If you wish to take full
9 advantage of this package, you should read the chapter referenced.
10
11 Quickstart
12 ==========
13
14 If you are using AllegroCL or Lispworks with CLIM, you can play
15 Reversi with a graphical user interface using the command
16    (reversi:clim-reversi)
17
18 Otherwise, you can play in a text mode, such as
19    (reversi:reversi #'reversi:human (reversi:iago 1))
20
21