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