Skip to content

A clone of the famous Tetris game - powered by pygame

License

Notifications You must be signed in to change notification settings

talent-campus/tetris-game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Tetris Clone - powered by pygame

Very simple tetris implementation. Originally developed and released as a gist by Laria Carolin Chabowski on September 6, 2010.

Instructions

This program requires the pygame library. You may install it like this:

python3 -m pip install pygame --user

Clone this repository to your local disk using Git, e.g.

git clone https://github.com/talent-campus/tetris-game.git
cd tetris-game

Then run the Tetris program from your terminal using Python, e.g.

python3 tetris.py

How To Contribute

Please, fork this repository, run flake8 before committing changes, and open a pull request.

About

A clone of the famous Tetris game - powered by pygame

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages