This is my first ever C++ project.
It's a simple console game where you guess whether the circle will be empty (0) or full (1).
- Run the program.
- Enter
1
to play or0
to quit. - Guess whether the circle will be empty (0) or full (1).
- The program draws the circle and tells you if you guessed right.
- Random circle generation (empty or full)
- Points & score tracking
- Console colors (Windows only)
- Fun ASCII-art circles
Clone the repo and compile:
git clone https://github.com/your-username/circle-game.git
cd circle-game
g++ main.cpp -o circlegame
./circlegame