Tetris

Tetris

Description

Experience the classic game of Tetris brought to life through Python's Turtle module. Leveraging an object-oriented approach, each Tetris shape is encapsulated within its own class, allowing for modular functionality. From rotation to movement, every shape operates independently, ensuring seamless gameplay.

Challenges

Challenges were overcome by implementing boundary checks to prevent shapes from moving outside the grid, as well as restricting rotations near edges to maintain grid integrity.

GitHub
logo