An open API service indexing awesome lists of open source software.

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.

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.