wfproc/rps
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
Simple Python rock, paper, scissors game Commands as explained when program is run: User may input 'Rock','Paper','Scissors' CPU makes a random choice, and outputs whether user has lost or won. Score is kept track, which can be output by 'Score' without ending the game, or 'Finish' to end the game as well.