Closed RobbleRabble closed 4 years ago
Create a simple Rock-Paper-Scissors game using C# in which the player plays against a computer.
A gentle reminder, do explorer mode first, then focus on the adventure.
See the Wikipedia page about Rock, Paper, Scissors
normal
impossible
easy
paper
scissor
rock
rock, paper, scissors
rock paper scissors lizard spock
https://github.com/Kil-dozer/NewRockPaperScissors
Rock Paper Scissors!
Create a simple Rock-Paper-Scissors game using C# in which the player plays against a computer.
Objectives
Requirements
A gentle reminder, do explorer mode first, then focus on the adventure.
Background
See the Wikipedia page about Rock, Paper, Scissors
How to get started
Explorer Mode
Adventure Mode
normal
,impossible
, oreasy
.normal
should run the game as in explorer mode aboveimpossible
mode always chooses the winning option (if the user pickedpaper
, the computer always selectscissor
)easy
mode always chooses the losing option (if the user pickedpaper
, then the computer always selectrock
)Epic Mode
rock, paper, scissors
, but have you tried,rock paper scissors lizard spock
. Modify your game to allow the extra options