Skip to content

WilliamWFLee/PyTetris

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PyTetris

A Python version of Tetris

Requirements

You can install the requirements for this game using pip.

python3 -m pip install -r requirements.txt

Or on Windows

py -3 -m pip install -r requirements.txt

Running the game

Simply execute the file main.py.

python3 main.py

Or

chmod +x main.py
./main.py

Or on Windows

py -3 main.py

About

A Python version of Tetris

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages