acnicholas / tinytet2

Small ncurses tetris

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

### tinytet2 ###

A simple ncurses Tetris.

For fun the source code should be limited to 150 SLOC.

Unlike tinytet, this should include:

 - colours
 - scores
 - high scores
 - some config options
 - next piece display


#### Control Keys ####

tt2 uses vim key bindings:

 - 'h' = left
 - 'j' = down
 - 'k' = rotate
 - 'l' = right

About

Small ncurses tetris

License:GNU General Public License v3.0


Languages

Language:C 89.6%Language:Makefile 10.4%