Skip to content

wspace/tetris

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tetris (because every language needs one)

Just a tetris game. There's no timer, so blocks don't drop
automatically. (So it's a pretty easy game.) Best results if you
prepare your terminal with "stty raw -echo".

Keys:
 j - move left
 k - drop
 l - move right
 i - rotate
 esc - quit