Added README.
Pascal J. Bourguignon [2011-05-21 02:22]
diff --git a/README b/README
new file mode 100644
index 0000000..29e00b2
--- /dev/null
+++ b/README
@@ -0,0 +1,16 @@
+
+mine.lisp Implements the mine game.
+
+mine-player.lisp Implements an automatic mine player.
+ Not complete, not any good yet.
+ Not used by the web application.
+
+mine-web-player.lisp Let a user play the mine game thru
+ a Hunchentoot web application.
+
+resources/ Resources for the mine web application.
+
+The web application can be launched from sbcl by loading the
+launch-web-mine.lisp file.
+
+