https://github.com/revogati/rockpaperscissorsgame
A basic python code for the game Rock Papers Scissors .
https://github.com/revogati/rockpaperscissorsgame
Last synced: about 2 months ago
JSON representation
A basic python code for the game Rock Papers Scissors .
- Host: GitHub
- URL: https://github.com/revogati/rockpaperscissorsgame
- Owner: REVOgati
- Created: 2023-06-16T05:12:15.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-06-16T05:23:44.000Z (almost 2 years ago)
- Last Synced: 2025-01-07T23:48:53.310Z (4 months ago)
- Language: Python
- Size: 1.95 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# RockPaperScissorsGame
A basic python code for the game Rock Papers Scissors .
Rock paper Scissors is a game with the following rules :
#Rock smashes scissors.
#Paper covers rock.
#Scissors cut paper.
The user inputs a choice from the three , while the computer picks a randomized choice using random.choice() function.
The choices are then evaluated using an if,elif,else block of code statements to determine the winner and looser, or if event ended up on a draw