Tetris game written in python 3 and using Tkinter for graphics. It has two extra game modes for people with special needs:
- Paused mode (where the piece moves only when you press a key)
- Change speed mode (where the speed can change manually)
One can choose what type of shapes will be used for the game, also the size of the game and dimensions in shape blocks.
- Tkinter
Move up ==> Up arrowMove down ==> Down arrowMove left ==> Left arrowMove right ==> Right arrowPause ==> p (not in paused mode)Increase speed ==> F1Decrease speed ==> F2
