Skip to content

An Atari Breakout Game implemented in pure C++ using SFML which can be played in the browser

Notifications You must be signed in to change notification settings

helios2003/Wall-Wreckers

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Tech Stack

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

About

An Atari Breakout Game implemented in pure C++ using SFML which can be played in the browser

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published