Files
Breakout-Bp-final-project/README.md
T
2026-04-15 13:33:22 +00:00

34 lines
648 B
Markdown

# Breakout-Bp-final-project
A Breakout Game built entirely in C++ for the terminal
## Features
- 🎮 Classic Breakout game with two types of level (easy, hard)
- 👾 Main menu with intuitive navigation
- 📊 save Game event log with CURD(Create, Read, Update, Delete) Operations
- 🗂️ save and replay the unfinished last game
- 📝 Enter player name for personalized experience
- ⚙️ customize visual theme and adjust the difficulty level with setting
## Screenshots
![start menu](images/image1.png)
---
![get username menu](images/image2.png)
---
![game environment](images/image3.png)
---
![setting](images/image4.png)