Final Project for CMSC-495 through UMGC.
A team project of a Tetris game developed using Python as part of the CMSC-495 capstone project at UMGC Fall 2024.
- Single Player Mode
- Multiplayer Mode
- AI Versus
- To clone and run this application, you will need to download Python 3.9 or higher.
- Install Python
- Install the required libraries: NumPy and Pygame
- Download this application by downloading the ZIP file
- Extract the files
- Double click the run.py file to start the application
- Python: https://www.python.org/
- PIP: curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py then python get-pip.py
- NumPy: pip install numpy
- Pygame: pip install pygame
