A console-based Rock, Paper, Scissors game implemented in C++ featuring score tracking, statistics, and an interactive menu system.
- Interactive gameplay against computer opponent
- Score tracking for multiple rounds
- Win rate statistics
- Input validation and error handling
- Clean, user-friendly interface
- Compile the program:
g++ main.cpp -o rps
- Run the executable:
./rps
- C++17
- Standard Library (iostream, random, iomanip)
- Object-oriented programming principles
- Rock beats Scissors
- Paper beats Rock
- Scissors beats Paper
This project is licensed under the MIT License.