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 + quickload, with: (load "launch-web-mine.lisp")