I wanna make some extensible tetris game
It just a simple terminal tetris game; GUI runner may will add
Hold feature not yet implemented
requires python >= 3.14
python3 -m pip install git+https://github.com/ityeri/tetris_generic.gitterminal tetris
tgtor
python3 -m tetris_generic.runners.terminal_runnerarguments
tgt -w 10 -v 22 -i 0.5 -q 5tgt --width 10 --height 22 --interval 0.5 --que-length 5-w--width: Width of gamespace-v--height: Height of gamespace (-vmeans "vertical".-his help option)-i--interval: Interval of each tick (seconds, can be float)-q--que-length: Length of next tetrominos que
-
Move left falling piece: A, Left key, H
-
Move right falling piece: D, Right key, L
-
Rotate clockwise: W, Up key, K
-
Rotate counterclockwise: Z, I
-
Soft drop: S, Down key, J
-
Hard drop: Space key, Enter key
