This application allows a player to take part in a game of Rock, Paper, Scissors against a computer.
The rules of the game are as follows:
- Rock beats Scissors
- Scissors beats Paper
- Paper beats Rock
Clone the repository
Run
gem listin the project directory to check whetherbundleris installed. If it is not, rungem install bundlerRun
bundlein the project directory to ensure all necessary gems are installedRun
rackupand visitlocalhost:9292
- Enter your name and click the
Submitbutton
- Begin playing by selecting either rock, paper or scissors. Meanwhile, computer also selects an option at random
- A winner is declared
Also, you have the option to play again by clicking the button Play Again!
As a marketeer
So that I can see my name in lights
I would like to register my name before playing an online game
As a marketeer
So that I can enjoy myself away from the daily grind
I would like to be able to play rock/paper/scissors
Hints on functionality
- the marketeer should be able to enter their name before the game
- the marketeer will be presented the choices (rock, paper and scissors)
- the marketeer can choose one option
- the game will choose a random option
- a winner will be declared



