factor/extra/tetris
Slava Pestov 18df06fde1 Updating various apps in extra for GL words being moved around 2008-11-11 03:10:41 -06:00
..
board Fixed tetris and moved it from unmaintained to extra 2008-10-02 11:12:46 +10:00
game Fixed tetris and moved it from unmaintained to extra 2008-10-02 11:12:46 +10:00
gl Updating various apps in extra for GL words being moved around 2008-11-11 03:10:41 -06:00
piece Fixed tetris and moved it from unmaintained to extra 2008-10-02 11:12:46 +10:00
tetromino Fixed tetris and moved it from unmaintained to extra 2008-10-02 11:12:46 +10:00
README.txt Fixed tetris and moved it from unmaintained to extra 2008-10-02 11:12:46 +10:00
authors.txt Fixed tetris and moved it from unmaintained to extra 2008-10-02 11:12:46 +10:00
deploy.factor Update deployment descriptors for deploy-random? removal 2008-11-06 01:40:54 -06:00
summary.txt Fixed tetris and moved it from unmaintained to extra 2008-10-02 11:12:46 +10:00
tags.txt Fixed tetris and moved it from unmaintained to extra 2008-10-02 11:12:46 +10:00
tetris.factor Fixed tetris and moved it from unmaintained to extra 2008-10-02 11:12:46 +10:00

README.txt

This is a simple tetris game. To play, open factor (in GUI mode), and run:

"tetris" run

This should open a new window with a running tetris game. The commands are:

left, right arrows: move the current piece left or right
up arrow:           rotate the piece clockwise
down arrow:         lower the piece one row
space bar:          drop the piece
p:                  pause/unpause
n:                  start a new game

TODO:
- rotation of pieces when they're on the far right of the board
- make blocks prettier
- possibly make piece inherit from tetromino