My version of the classic game "Tetris" made in python using PyGame.
control the piece with arrows (UP-rotate, LEF-RIGHT move, DOWN nudge down)
do a powerDrop with space.
you can swap the held piece with C.
if you keep dying, get good.
My version of the classic game "Tetris" made in python using PyGame.
Python