Skip to content

I programmed the game Tetris using pygame. All programing was done by me and I would say its an impressive feat I have done despite im only 14 years old. There are still some bugs at the time being and I will get to work fixing those. I didn't use any sprites and just used any drawing methods built in pygame. Code is a little janky to be honest.

Notifications You must be signed in to change notification settings

miggycodes12/PyTetris

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

Controls: W - Rotate piece A - Move piece left S - Force piece to fall faster D - Move piece right

Bugs I found during testing (v0.8):

  • When clearing a row, the pieces might not fully fall down and may leave a row of empty tiles.
  • Colors of tiles may change when clearing rows. (rare)
  • Pieces may dissapear when rotating. (rare)

About

I programmed the game Tetris using pygame. All programing was done by me and I would say its an impressive feat I have done despite im only 14 years old. There are still some bugs at the time being and I will get to work fixing those. I didn't use any sprites and just used any drawing methods built in pygame. Code is a little janky to be honest.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages