A simple Rock-Paper-Scissors console game built in *C++, created by *me as part of the C++ Problem Solving Course by ProgrammingAdvices.
This is a classic Rock-Paper-Scissors game where you play against the computer.
You can choose how many rounds to play, and the program keeps track of the score
and shows the final winner in color (π’ Green = Win, π΄ Red = Lose, π‘ Yellow = Draw).
This project was developed during the C++ Problem Solving Course by Mohammed Abu Elhoda,
as a practical exercise to improve programming logic, loops, enums, and struct usage in C++.
- Multiple rounds
- Player vs Computer
- Colored final results
- Option to replay the game
- Clean and simple console interface