Skip to main content
Rock Paper Scissors In Python
Rock Paper Scissors In Python
- This program implement the game for only one player against the
computer. All the playing rules are the same just like we play in real
time game.
About the Project
- This game is simply in command line. First, the player has to pick
between ‘1’ or ‘2’ or ‘3’ to choose the weapon(rock/paper/scissors) to
play. You have to play rock paper scissor game with computer. This game
is one round game.
Winning Rules of this game is as follows:
- Rock vs paper->paper wins
- Rock vs scissor->Rock wins
- paper vs scissor->scissor wins
🔽
🔽
Comments
Post a Comment