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.sh
using./run.sh
. - The game window opens and you can enjoy the game.
Enter
to start the game.>: Right Arrow
to move the paddle to the right.<: Left Arrow
to move the paddle to the left.
- C++
- Simple Fast Multimedia Library (SFML)
- CMake