Rock-paper-scissors: Difference between revisions

Content added Content deleted
(wordliness and task)
(subheading removed, because contents box becomes misplaced)
Line 8: Line 8:


If both players choose the same thing, there is no winner for that round.
If both players choose the same thing, there is no winner for that round.

== Task ==


For this task, the computer will be one of the players. The opponent will select Rock, Paper or Scissors and the computer will keep a record of the choice frequency, and use that information to make a [[Probabilistic choice|weighted random choice]] to in an attempt to defeat the player.
For this task, the computer will be one of the players. The opponent will select Rock, Paper or Scissors and the computer will keep a record of the choice frequency, and use that information to make a [[Probabilistic choice|weighted random choice]] to in an attempt to defeat the player.