Animated desktop Tetris game using tkinter.
Score.txt is a file that saves your highest record in game.
Run python3 Tetris.py
to play.
Up: Turn the tetris piece clockwise
Down: Turn the tetris piece counterclockwise
Left: Move the tetris piece to the left
Right: Move the tetris piece to the right
tkinter.py
Enjoy!