Tetris is a project based on pygame and numpy.
- Clone the project repository:
git clone https://github.com/Djama1GIT/tetris.git
cd tetris
- Install requirements
pip install -r requirements.txt
- Start the project:
python game.py
- Python - The programming language used for the project.
- Pygame - A Python library used for game development and multimedia applications.
- Numpy - A Python library used for numerical computing and data analysis.