https://github.com/nathancordeiro/brick-breaker-game
Welcome to Brick Breaker – the ultimate nostalgia-inducing arcade experience brought straight to your fingertips!
https://github.com/nathancordeiro/brick-breaker-game
Last synced: 7 months ago
JSON representation
Welcome to Brick Breaker – the ultimate nostalgia-inducing arcade experience brought straight to your fingertips!
- Host: GitHub
- URL: https://github.com/nathancordeiro/brick-breaker-game
- Owner: NathanCordeiro
- License: mit
- Created: 2024-02-17T16:22:08.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-05-22T20:59:32.000Z (over 1 year ago)
- Last Synced: 2025-02-07T00:20:20.089Z (8 months ago)
- Language: C++
- Size: 95.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Brick-Breaker-Game
Welcome to Brick Breaker – the ultimate nostalgia-inducing arcade experience brought straight to your fingertips! Take control of the paddle and unleash your skills as you smash through rows of bricks. With addictive gameplay, vibrant visuals, and a dash of retro charm, Brick Breaker Bash is guaranteed to keep you glued to the screen for hours of endless fun! Get ready to shatter records, challenge your reflexes, and relive the classic arcade era in style!## Features
- Dynamic paddle movement
- Randomized ball direction
- Brick-breaking action
- Life system with game over conditions
- Play again option
- ASCII art intro## How to Play
1. Use the left and right arrow keys to move the paddle.
2. Bounce the ball off the paddle to break the bricks.
3. Avoid letting the ball fall off the bottom of the screen.
4. Break all the bricks to advance to the next level.
5. Repeat until you run out of lives or complete all levels.## Installation
To play Brick Breaker :
1. Clone this repository to your local machine:
git clone https://github.com/NathanCordeiro/Brick-Breaker-Game.git
2. Compile and run the `brick_breaker.cpp` file in your C++ compiler.
3. Enjoy the game!