Minor additions to README
Initial commit
Damas ('checkers' in Spanish) is a checkers GUI game. It is written for the SBCL implementation of Common Lisp.
To install Damas, you need to have installed:
wish
shell)The other dependencies will be handled by quicklisp.
Just clone this repo, cd
to it and run make
. To run the resulting binary, make it executable by chmod +x damas
and run it with ./damas
.
Note: if your SBCL is not built with :sb-core-compression
, the resulting executable will be large (around 70MB). You can see if it supports
core compression or not running (find :sb-core-compression *features*)
in the REPL.
Quickoad :damas-tests
in the REPL and eval (5am:run-all-tests)
.
This is a list of current known limitations that will be corrected in the future.
If you find more limitations or bugs, or have any suggestions, send an email or a patch to quanrong at mailbox dot org.
This is free software. Check the COPYING file for the license.