https://github.com/nlamirault/climon.git
git clone 'https://github.com/nlamirault/climon.git'
(ql:quickload :climon)
This is the classic Simon 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 "climon")
In a lisp REPL :
CL-USER> (climon:climon)
or using bash:
$ ./climon.sh
A changelog is available here.
Nicolas Lamirault <nicolas.lamirault@gmail.com>