Made a clone of tetris in python using pygame library.
You can clone this repo and run main.py file.
HTTPS cloning:
https://github.com/AnandSrikumar/PyTetris.git
SSH cloning (You can add an SSH key to clone via SSH here):
git@github.com:AnandSrikumar/PyTetris.git
Github CLI:
gh repo clone AnandSrikumar/PyTetris
The shapes are made using pygame rect.
This has been developed by AnandSrikumar
Maintainer: AnandSrikumar
TODO:
- Add music
- Add game modes
- Add new & different shapes
