cletris

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

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

(ql:quickload :cletris)
5

Cletris

Build Status

This is the classic Tetris 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 "cletris")

Launch game

In a lisp REPL :

CL-USER> (cletris:cletris "myusername")

or from shell:

$ ./cletris.sh

Commands

Available commands :

Screenshots

0.3

Changelog

A changelog is available here.

Contact

Nicolas Lamirault <nicolas.lamirault@gmail.com>