Tketris is Tetris implemented in Python and Tkinter
NOTE: Works for Python 3
Make sure you have pip
installed. Type pip install tketris
to install
Just type python -m tketris
and start playing!
Key | Control |
---|---|
Left Arrow | Move Left |
Right Arrow | Move Right |
Up Arrow | Rotate |
Down Arrow | Soft Drop |
- Fixed bug where minos change shape at top and left
- Fixed bug where minos clip side on rotate
- Game Board
- Random Tiles
- Move down, left, right
- Rotate
- Soft drop
- Score
- Game Over