climon

https://github.com/nlamirault/climon.git

git clone 'https://github.com/nlamirault/climon.git'

(ql:quickload :climon)
1

Climon

Build Status

This is the classic Simon game in Common Lisp.

Required softwares

You will need :

and dependencies :

$ sudo apt-get install libsdl1.2-dev libsdl-image1.2-dev libsdl-mixer1.2-dev

Installation

CL-USER> (ql:quickload "climon")

Launch game

In a lisp REPL :

CL-USER> (climon:climon)

or using bash:

$ ./climon.sh

Screenshots

0.1

Changelog

A changelog is available here.

Contact

Nicolas Lamirault <nicolas.lamirault@gmail.com>