Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added GameScreenshots/Blocks.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 5 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,10 @@ A classic **Breakout-style arcade game** built in **C++** using **SFML** and **C
This project recreates the retro brick-breaker experience where the player controls a paddle to bounce a ball and destroy bricks. The objective is to clear all bricks without letting the ball fall below the paddle.


![Game Play Screenshot](GameScreenshots/SampleGamePlay.png)
![Game Play Screenshot](GameScreenshots/Blocks.png)


![Game Play Screenshot](GameScreenshots/PauseMenu.png)


## 🎮 Gameplay
Expand Down Expand Up @@ -40,6 +43,7 @@ This project recreates the retro brick-breaker experience where the player contr
**During Gameplay:**
- 'Left' arrow: Moves paddle to the left
- 'Right' arrow: Moves paddle to the right
- Escape Key to Pause and Unpause the Game



Expand Down Expand Up @@ -147,9 +151,3 @@ Run the executable shown in the output. For example:
Special thanks to **SFML** for providing the graphics library used to build this game.








Loading