Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 364 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 364 Bytes

Simple TUI tetris implementation in rust

Controls: a - counterclockwise rotation
s - put current piece as a spare piece (can do this once per piece)
d - clockwise rotation

[space] - drop the piece to the bottom

arrows - move piece
q - exit game
p - pause game

Probably some adjustment of the consts will be needed to look good on a given terminal