This is a simple Tetris game written in C++ using the Raylib library.
explanatory.video.mp4
- Start New Game: Allows players to start a new game.
- Load Saved Game: Load and continue from a previously saved game state.
- Game Controls: Provides a list of controls to help players understand how to play the game.
- Game Rules: Provides a list of rules to help players understand how to play the game.
- Levels: Has multiple levels, each with a different difficulty.
- Recorded Scores: The game records high scores and displays them.
- Clone the repository
git clone https://github.com/AbderrahimeEl/Tetris
-
Install the Raylib library from the official website: Raylib
-
Compile the game using the provided Makefile
make
- Play Time!
./bin/tetris.exe