This C# console application implements the classic Rock-Paper-Scissors game. The game ensures valid user input using a while loop and employs the Random class to generate the computer’s choice. A simple if statement determines the winner, and ties result in an automatic rematch. The program also enhances user experience with structured input handling and a clean, interactive flow.
- Interactive gameplay with a computer opponent.
- Randomized AI moves using the
Randomclass. - Input validation to ensure correct user entries.
- Looping structure to allow multiple rounds of play.
