A Common Lisp tetris game. This game use Pal : http://common-lisp.net/project/pal/
Project homepage : http://www.lamirault.info/nicolas/projects/cletris/
Screenshots
Install
CL-USER> (require 'asdf) CL-USER> (require 'asdf-install) CL-USER> (asdf-install:install 'cletris) CL-USER> (cletris:cletris "username")
Play
Available keys :
- s : Start a new game
- Left : Move the current block to the left
- Right : Move the current block to the right
- Up : Rotate the current block
- Down : Move the current block down
- Space : Move the current block all the way down.
- p : Pause game
- v : View score (when user not playing a game).
- q : Quit Cletris