Wall Wreckers is a game inspired by classic Atari game and is implemented in C++. In this game, players use a paddle to bounce a ball and break through walls of bricks, aiming to clear the screen and score points. If players fail to keep the ball from falling off the bottom of the screen, they lose the game. I made this game primarily to improve my understanding of C++ and Graphics Programming.
- Clone the repository using the following command
git clone https://github.com/helios2003/Wall-Wreckers.git
- Ensure that you have CMake and SFML in your system.
- Run the script
run.shusing./run.sh. - The game window opens and you can enjoy the game.
Enterto start the game.>: Right Arrowto move the paddle to the right.<: Left Arrowto move the paddle to the left.LShiftto pause the game.RShiftto resume the game.
Click the on the thumbnail to watch the demo of the game.
- C++
- Simple Fast Multimedia Library (SFML)
- CMake
