Very simple tetris implementation. Originally developed and released as a gist by Laria Carolin Chabowski on September 6, 2010.
This program requires the pygame library. You may install it like this:
python3 -m pip install pygame --user
Clone this repository to your local disk using Git, e.g.
git clone https://github.com/talent-campus/tetris-game.git
cd tetris-game
Then run the Tetris program from your terminal using Python, e.g.
python3 tetris.py
Please, fork this repository, run flake8
before committing changes, and
open a pull request.