A simple console-based Stone (Rock), Paper, Scissors game implemented in C++.
The game allows the player to compete against the computer with a clean and easy-to-use interface.
- Play against the computer
- Random computer choice
- Input validation
- Displays round result (Win / Lose / Draw)
- Simple and beginner-friendly C++ code
- Console-based application
- Language: C++
- Compiler: g++ / MinGW / any C++ compatible compiler
- Concepts Used:
- Conditional statements
- Loops
- Random number generation
- Functions
- Basic input/output
- Stone beats Scissors
- Scissors beats Paper
- Paper beats Stone
- Same choices result in a Draw
- Clone the repository: git clone https://github.com/mohawad767-debug/Stone__Paper__Scissors-Game