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.
The game is played as follows:
- 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.
- The computer randomly chooses a shape to throw.
- The round winner is determined.
- A point is awarded to the winner of the round.
- Gameplay continues until either the player or the computer reach 3 rounds won in which the winner of the game is determined.
To play for yourself, clone the repository and run RockPaperScissorsLizardSpock.exe from \bin\Debug\.