Skip to content

Djama1GIT/tetris

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Tetris. Just Tetris.

Tetris is a project based on pygame and numpy.

Installation and Setup

  1. Clone the project repository:
git clone https://github.com/Djama1GIT/tetris.git
cd tetris
  1. Install requirements
pip install -r requirements.txt
  1. Start the project:
python game.py

Technologies Used

  • 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.