/rock-paper-scissors-by-C-

This code is for a simple game that allows the user to play rock-paper-scissors against the computer. It prompts the user to choose a number representing their choice (rock, paper, or scissors), then compares their choice with a random choice made by the computer. The result of the round and the number of rounds won and lost by the user are display

Primary LanguageC++

rock-paper-scissors-by-C-