Skip to content

mstoicic/Tetris-Pygame

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tetris

Tetris game created with Python using Pygame module.

How to use

Clone or download git repository. Make sure you have Python 3+ and pipenv installed.
In program folder use following command to install required dependencies (Pygame).
Use command:

pipenv install

Or if you dont use pipenv:

pip install -r requirements.txt

To run the game:

python tetris.py

About

Tetrsi game created using Python and Pygame module

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages