factor/extra/tetris
Doug Coleman 53b1a81049 Merge branch 'master' into modern-harvey2 2018-06-20 00:26:12 -05:00
..
board factor: char: postpone: color: hexcolor: flexhexcolor: decimal: 2017-08-31 21:21:13 -05:00
game Fix comments to be ! not #!. 2015-09-08 16:15:10 -07:00
gl core: Add the shuffler words but without primitives. 2018-06-19 22:52:58 -05:00
piece syntax: removing #! as a comment character. 2015-09-09 18:28:08 -07:00
tetromino factor: char: postpone: color: hexcolor: flexhexcolor: decimal: 2017-08-31 21:21:13 -05:00
README.txt
authors.txt
deploy.factor tools.deploy.backend: ui depends on (full) io so it needs to be loaded first 2014-07-03 21:57:07 +00:00
summary.txt
tags.txt
tetris.factor core, basis, extra: Remove DOS line endings from files. 2015-06-29 17:25:40 -07: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