
Written fully in python, and uses the library Tkinter, pre built into the python package. Players control the falling tetrominoes (shapes made of four blocks) by rotating, moving, and dropping them into place to form complete lines. The game continues until the screen fills up, and no more pieces can be placed.
c - hold
x - 180 rotate
z - ccw rotation
r - Restart game
esc - Close the program
arrow keys - movement
space - hard drop
python 3.9+
tkinter (preinstalled)