factor/extra/tetris
Slava Pestov 88b401b383 Rename math.geometry.rect to math.rectangles
Remove math.geometry.points
Remove rect-loc and rect-dim words
2009-02-05 03:28:41 -06:00
..
board Fixed tetris and moved it from unmaintained to extra 2008-10-02 11:12:46 +10:00
game Fixing various test failures and updating some more vocabs for >r/r> removal 2008-12-17 22:29:32 -06:00
gl Fixing various test failures and updating some more vocabs for >r/r> removal 2008-12-17 22:29:32 -06:00
piece Fixed tetris and moved it from unmaintained to extra 2008-10-02 11:12:46 +10:00
tetromino Use [ max ] map-reduce instead of map supremum; would be nice to find a good name for this and put it in sequences vocab 2009-02-02 03:46:10 -06: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 Rename math.geometry.rect to math.rectangles 2009-02-05 03:28:41 -06: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