Skip to content

sufiandevs/cpp-beginner-bubble-shooter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Beginner Bubble Shooter Game (C++)

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.

Features

  • Console-based gameplay
  • Bubble removal by position
  • Input validation
  • Exit option
  • Win condition detection

Technologies Used

  • C++
  • Object-Oriented Programming Basics
  • Arrays
  • Functions
  • Loops
  • Conditional Statements

How to Run

Compile

c++_bubble_shooter.cpp -o bubble_shooter

Execute

./bubble_shooter

Sample Output

Welcome to the Beginner Bubble Shooter Game!

R G W B R G W B

Enter your position to shoot from 1 to 8:

Learning Concepts

This project demonstrates:

  • Arrays
  • User Input
  • Functions
  • Loops
  • Basic Game Logic
  • C++ Programming Fundamentals

Author

Sufian-devs

Artificial Intelligence Student

Programming Fundamentals Project

About

A simple console-based Bubble Shooter game written in C++ demonstrating arrays, loops, functions, and basic game logic.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages