- Make sure you have pygame installed and up to date
- Open the game with
python tetris.py
- 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
- 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