Skip to content

IGNITE-Pathways/tetris

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

Tetris -- a fun game

If you’re a fan of classic video games, you've probably spent countless hours playing Tetris. This iconic puzzle game, known for its simple yet addictive gameplay, challenges players to fit falling tetrominoes together without leaving gaps. In this blog post, we’ll walk you through creating your own version of Tetris using Python and the Pygame library. By the end of this tutorial, you’ll have a fully functional Tetris game that you can play and expand upon.

Read more at https://www.ignitepathways.org/post/tetris

Tetris