r3190: *** empty log message ***
[reversi.git] / README
diff --git a/README b/README
index cb07af233128eb6db2954706283de5b50f2c408c..d462524952f8bf5c32c2c8114ea2b2cb3236f3f8 100644 (file)
--- a/README
+++ b/README
@@ -3,3 +3,19 @@ This is a Common Lisp implementation of the Reversi game.
 The web site for this package is http://reversi.b9.com which has
 documentation for this package.
 
+Reversi is based on the Othello(tm) game presented in Peter Norvig's
+book "Paradigms of Artificial Intelligence Programming", chapter 18.
+I highly suggest this book in general. If you wish to take full
+advantage of this package, you should read the chapter referenced.
+
+Quickstart
+==========
+
+If you are using AllegroCL or Lispworks with CLIM, you can play
+Reversi with a graphical user interface using the command
+   (reversi:clim-reversi)
+
+Otherwise, you can play in a text mode, such as
+   (reversi:reversi #'reversi:human (reversi:iago 1))
+
+