This is a simple tetris game that is running on PyQT5 (along with pygame's sound system).
Start the game by opening start game.bat or running Start_game.py in the "game" folder.
Must have PyQt5, pygame and keyboard modules installed.
pip install PyQt5
pip install keyboard
pip install pygame
Control the figure with Left, Right, Up and Down arrows or use W, A, S and D.
-
Left / A = move left
-
Right / D = move right
-
Up / W = rotate
-
Down / S = soft drop
-
Space = hard drop
-
P = add lines