This game replicates the classic game Tetris, where falling shapes must be aligned to clear rows before the board fills up. This game was built using Pygame and can be run simply by running the main.py file (just make sure you have Pygame installed on your local machine).
The features of this game include:
- User can rotate and move piece using arrow keys.
- Score is incremented after a row is cleared.
- Game over message after board is filled.
- Option to play again after game is completed.