A little app to help with learning tetris openings
This project uses Windows, python 3, and virtual environments (venv)
- Make sure you have python 3.3 or greater installed (tested and created with 3.10)
- Create a virtual environment
python -m venv tetris-venv - Activate the venv
.\tetris-venv\Scripts\activate - Install dependencies
pip install -r requirements.txt - Run the application
python tetris.py
To exit the virtual environment run deactivate