factor/extra/tetris
Eduardo Cavazos 0430e17241 Add a bunch of demos tags 2008-08-01 18:06:46 -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
piece Making sure that vocabs only have lists or lists.lazy if they need them 2008-06-03 05:06:52 -04:00
tetromino
README.txt
authors.txt
deploy.factor
summary.txt
tags.txt Add a bunch of demos tags 2008-08-01 18:06:46 -05:00
tetris.factor more rect updates 2008-07-11 21:06:31 -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