Skip to content

pyTetris - Python UI Widget Game - created in live streams on https://twitch.tv/tutorexilius in Python/pyQt

License

Notifications You must be signed in to change notification settings

TutorExilius/pyTetris

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pyTetris 2020 - v1.2.4

Requirments:

>= Python 3.8 (Created and tested in python 3.8 and 3.9)

Installation:

  1. Install Python if not done: Download from https://www.python.org/downloads/
  2. Install Dependencies:
  • On Windows, just start "Install.bat"

OR:

  • Common way: open a terminal and navigate to root directory of downloaded game (to the directory, where you will find Install.bat) and run in terminal: pip install --user -r requirements.txt

IF PIP IS NOT FOUND: set python to system path! HOW? See description here: https://geek-university.com/python/add-python-to-the-windows-path/

Run:

On Windows: start "Start pyTetris.bat"

OR - in terminal: Navigate to Games-Root directory (to the directory, where you will find Install.bat) and run in terminal: py -m pyTetris.main