The original Tetris tile-matching game as adopted by IBM PC.
Game developed purely on python using the Dear PyGui Framework.
-
Make sure you have Python 3 installed and working.
-
Clone the repo:
git clone https://github.com/RahulShagri/OG-Tetris-Game.git
- Install prerequisites using pip, preferably in a new environment:
pip install -r requirements.txt
- Run the tetris_game.py file to start the application.