Project
Python small projects
2022-04-12
Python
Rock, Paper, Scissors Game: This project will simulate the game of Rock, Paper, Scissors. It will prompt the user to input their choice of Rock, Paper, or Scissors, and then randomly generate a computer's choice. The program will then compare the user's choice with the computer's choice to determine the winner of the game.
Check GitHub