pyTris the Python Tetris Clone Requirements Make sure you have pygame installed and up to date Instructions Open the game with python tetris.py Controls Move left/right with arrow keys Hard drop the piece ith the up arrow key Make the piece fall faster by holding down array key Rotate CW with the r key Rotate CCW with the q key Hold with the spacebar To-Do Give visual indicator of clearing lines Make UI better Add menus possibly? Add controller support Add "lock delay" when piece touches bottom where you can still rotate/move piece