factor/extra/tetris
Slava Pestov 75338b577c Rename from-now to hence 2008-07-08 15:50:38 -05:00
..
board extra changes: 2008-04-25 23:17:08 -05:00
game Making sure that vocabs only have lists or lists.lazy if they need them 2008-06-03 05:06:52 -04:00
gl Updating summary and authors 2008-01-27 01:02:31 -04:00
piece Making sure that vocabs only have lists or lists.lazy if they need them 2008-06-03 05:06:52 -04:00
tetromino Updating summary and authors 2008-01-27 01:02:31 -04:00
README.txt Initial import 2007-09-20 18:09:08 -04:00
authors.txt Initial import 2007-09-20 18:09:08 -04:00
deploy.factor Update deploy.factor files for renaming of config flag 2007-11-05 00:47:13 -05:00
summary.txt Initial import 2007-09-20 18:09:08 -04:00
tags.txt Initial import 2007-09-20 18:09:08 -04:00
tetris.factor Rename from-now to hence 2008-07-08 15:50:38 -05: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