https://github.com/nlamirault/cletris.git
git clone 'https://github.com/nlamirault/cletris.git'
(ql:quickload :cletris)
This is the classic Tetris game in Common Lisp.
You will need :
and dependencies :
$ sudo apt-get install libsdl1.2-dev libsdl-image1.2-dev libsdl-mixer1.2-dev
CL-USER> (ql:quickload "cletris")
In a lisp REPL :
CL-USER> (cletris:cletris "myusername")
or from shell:
$ ./cletris.sh
Available commands :
A changelog is available here.
Nicolas Lamirault <nicolas.lamirault@gmail.com>