Skip to content

Latest commit

 

History

History
18 lines (16 loc) · 336 Bytes

README.md

File metadata and controls

18 lines (16 loc) · 336 Bytes

tetris-qml

tetris game based on qt quick

control

direction:
 Left
 Right
 Down(SoftDrop)

operation:
 Z(rotate normal)
 X(rotate reverse)
 A(rotate 180deg)
 C(hold)
 Space(hardDrop)
 Q(replay)
 W(bot play)
 R(restart)