-
Notifications
You must be signed in to change notification settings - Fork 1
Small ncurses tetris
License
acnicholas/tinytet2
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
### 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