Basic python game made in python
- 7 bag randomizer
- 3 piece previews
- hold button
- remappable controls
- online high-scores
- 15 different difficulty levels
- theme music
to remap the controls change the input.ini file. The keys are based on the pygame keys from Pygame Keyboard Codes.
Basic logic from: https://levelup.gitconnected.com/writing-tetris-in-python-2a16bddb5318
States from: https://gist.github.com/iminurnamez/8d51f5b40032f106a847