This is a Python implementation of the classic game Tetris, built using the Pygame library. The game includes a leaderboard.
install
pip install tetris-pygame
usage
If you installed package with pip: Run:
tetris
Reset leaderboard:
leaderboard
If you cloned the repository: Install all requirements:
pip install -r requirements.txt
Run:
python -m tetris.main