Skip to content

ostaquet/pytris

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pytris

Tetris clone with PyGame for educational purposes.

Basics

  • Game board is composed by 12 columns for 22 rows.
  • There are 7 tetriminos with offical colors Tetriminos-banner.png
  • The game
    • Tetriminos appears randomly one by one on top of the game board.
    • Tetriminos falls down on the board until there is an obstacle (bottom of the board or a previous tetriminos)
    • The player can move tetriminos on left or right or change the angle.
    • The goal is to fulfill rows to add score.

To install dependencies and run

pip install
python3 main.py

About

Tetris clone with PyGame

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages