https://github.com/yunnsbz/brick-breaker
Brick breaker clone in C++ from the Planet Chili Beginner C++ tutorial series.
https://github.com/yunnsbz/brick-breaker
Last synced: 2 months ago
JSON representation
Brick breaker clone in C++ from the Planet Chili Beginner C++ tutorial series.
- Host: GitHub
- URL: https://github.com/yunnsbz/brick-breaker
- Owner: yunnsbz
- Created: 2025-02-11T16:04:41.000Z (3 months ago)
- Default Branch: My-Implementation
- Last Pushed: 2025-02-26T16:42:34.000Z (3 months ago)
- Last Synced: 2025-02-26T17:34:27.413Z (3 months ago)
- Language: C++
- Size: 1.59 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: License/GNU General Public Licence Version 3.txt
Awesome Lists containing this project
README
# Brick Breaker Clone - Enhanced Edition
This is a **Brick Breaker** clone built in **C++**, following the *Planet Chili Beginner C++* tutorial series.
My goal is not only to replicate the base implementation but also to introduce **new features** that enhance the gameplay experience, including:
- ✅ **Restart Option** – Quickly reset the game and try again without restarting the application.
- ✅ **Brick Types** – Different types of bricks with varying difficulty to break.
- **Score System** – Keep track of your progress and challenge yourself.
- **Power-Ups** – Randomly generated power-ups add variety and prevent repetitive gameplay.
- **Game Modes** – Special layouts with unbreakable bricks to provide a tougher challenge.This project was primarily developed as a learning exercise to improve my **C++** skills. More features may be added in the future to further enhance the game.