Programming Homework Help

Programming Homework Help. Python Question

Background

undefined

Rock, Paper, Scissors (also known by several other names, see http://en.wikipedia.org/wiki/Rock_paper_scissors) is an extremely popular hand game most often played by children. Often, it is used as a method of selection similar to flipping a coin or throwing dice to randomly select a person for some purpose. Of course, this game is not truly random since a skilled player can often recognize and exploit the non-random behavior of an opponent; for instance, if you notice that your opponent chooses Paper most frequently, you may choose Scissors (which beats Paper) most often in an effort to win.

undefined

Rules of the Game:

undefined

The objective of Rock, Paper, Scissors is to defeat your opponent by selecting a weapon that defeats their choice under the following rules:

undefined

  • Rock smashes Scissors, so Rock wins
  • Scissors cut Paper, so Scissors win
  • Paper covers Rock, so Paper wins
  • If players choose the same weapon, neither win and the game is played again

undefined

undefined

Program Specifications

undefined

This project requires you to use:

undefined

  • input from the player
  • print results
  • at least one branching mechanism (if statement)
  • at least one loop (while loop)
  • Boolean logic

Programming Homework Help

 
"Our Prices Start at $11.99. As Our First Client, Use Coupon Code GET15 to claim 15% Discount This Month!!"