This python project contains implementation of easy Tetris game. Full game code is in PythonBlockDrop.py file. To start game run PythonBlockDrop.py file.
Play game with keyboard. Follow instructions written on game window. To move blocks use arrows from keyboard: up arrow - block rotation, down arrow - speed up, left arrow - move block to left, right arrow - move block to right.