Skip to content

noahcoleman42/RockPaperScissorsLizardSpock

Repository files navigation

Rock Paper Scissors Lizard Spock

This is a text based implementation of the classic game from The Big Bang Theory. As explained in this video, the game of rock paper scissors lizard spock has a number of rules to follow that are best understood visually. The following diagram demonstrates how points are scored.

Vectors pointing from winning to losing hand shapes

The game is played as follows:

  1. The player chooses a hand either numerically by choosing a number between 1 and 5, or by entering the name of the hand shape chosen.
  2. The computer randomly chooses a shape to throw.
  3. The round winner is determined.
  4. A point is awarded to the winner of the round.
  5. Gameplay continues until either the player or the computer reach 3 rounds won in which the winner of the game is determined.

Try it out

To play for yourself, clone the repository and run RockPaperScissorsLizardSpock.exe from \bin\Debug\.

About

Text-based implementation of the classic Rock Paper Scissors Lizard Spock game from "The Big Bang Theory".

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages