This is a simple console-based Bubble Shooter game developed in C++.
The game displays a sequence of colored bubbles represented by characters:
- R = Red
- G = Green
- W = White
- B = Blue
The player selects a bubble position to shoot. The selected bubble is removed from the sequence. The objective is to clear all bubbles.
- Console-based gameplay
- Bubble removal by position
- Input validation
- Exit option
- Win condition detection
- C++
- Object-Oriented Programming Basics
- Arrays
- Functions
- Loops
- Conditional Statements
c++_bubble_shooter.cpp -o bubble_shooter./bubble_shooterWelcome to the Beginner Bubble Shooter Game!
R G W B R G W B
Enter your position to shoot from 1 to 8:
This project demonstrates:
- Arrays
- User Input
- Functions
- Loops
- Basic Game Logic
- C++ Programming Fundamentals
Sufian-devs
Artificial Intelligence Student
Programming Fundamentals Project