Skip to content

Latest commit

 

History

History
31 lines (23 loc) · 1.22 KB

README.md

File metadata and controls

31 lines (23 loc) · 1.22 KB

Wall Wreckers

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.

Getting Started

  • 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.

Key Bindings

  • Enter to start the game.
  • >: Right Arrow to move the paddle to the right.
  • <: Left Arrow to move the paddle to the left.
  • LShift to pause the game.
  • RShift to resume the game.

Demo Video

Click the on the thumbnail to watch the demo of the game.

Watch the Demo Video

Tech Stack

  • C++
  • Simple Fast Multimedia Library (SFML)
  • CMake