Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 511 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 511 Bytes

Tetris Training App

A little app to help with learning tetris openings

Development Setup

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