465 B
465 B
Tetris Game
Description
This is a simple implementation of the classic Tetris game. The player controls falling tetrominoes to create complete lines, which then disappear. The game ends when the tetrominoes stack up to the top of the screen.
How to Build and Run
- Ensure you have a C compiler installed on your system.
- Clone the repository and navigate to the directory containing the source code.
- Compile the game using the provided Makefile: