simple cli tetris game written in cpp for study purpose.
just run make
in mac.
maybe working on linux too but not tested for now.
in windows, please compile on visual studio manually.
i'll write the build.bat
soon.
- Rotate piece
- to clockwise:
Up Arrow
,W
- to counter clockwise:
X
,Q
- to clockwise:
- Move piece
- to left:
Left Arrow
,A
- to right:
Right Arrow
,D
- to left:
- Drop piece
- soft:
Down Arrow
,S
- hard:
Space Bar
,F
- hard(no attach):
C
,R
- soft:
- Hold piece:
Z
,E