Loading...

A simple tetris game using python pygame module. The Tetris game consists of blocks/tetriminos, of different shapes. that appear one after another. And the objective is to place these blocks on the screen such that we form rows at the bottom of the board. Every completed row increases the score. To do so, the player will be allowed to move the falling block to left, right, down and also rotate it using the keyboard buttons.


  • Source CodeTetris Game Github
  • TechnologiesPython Python Module (pygame)

tetrisgif

© 2024. Crafted With ❤️ By RonitGandhi