Tetris Game

demo--2-

The original Tetris tile-matching game as adopted by IBM PC.

Game developed purely on python using the Dear PyGui Framework.

:book: Instructions

  1. Make sure you have Python 3 installed and working.

  2. Clone the repo:

git clone https://github.com/RahulShagri/OG-Tetris-Game.git

  1. Install prerequisites using pip, preferably in a new environment:

pip install -r requirements.txt

  1. Run the tetris_game.py file to start the application.

GitHub

https://github.com/RahulShagri/OG-Tetris-Game