Blaisehala / CooperGame

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

According to Sheldon Cooper the following is true:

Scissors cuts Paper Paper covers Rock Rock crushes Lizard Lizard poisons Spock Spock smashes Scissors Scissors decapitates Lizard Lizard eats Paper Paper disproves Spock Spock vaporizes Rock ( and as it always has ) Rock crushes Scissors Given two values from the above game, return the Player result as "Player 1 Won!", "Player 2 Won!" or "Draw!".

Values will be given as one of "rock", "spock", "paper", "lizard", "scissors".

About


Languages

Language:Python 100.0%