A web application that enables the user to play the Rock, Paper, Scissors game with the computer.
As a user,
so that I can see my name when I win,
I would like to register my name before playing.
As a user,
so that I can pick a weapon,
I would like to be presented the choices (rock, paper and scissors).
As a user,
so that I can start playing,
I would like to be able to choose one option.
As a user,
to ask my oponent to play,
I would like the computer to choose a random option.
As a user,
I would like to see who has won the game.
- Ruby '2.5.0'
- Sinatra
- Capybara
- Rspec
- clone this repository
- run
bundle - run
rackup - visit localhost
https://rpspaolap.herokuapp.com/
As soon as I have more time to continue with this application, I will add a score counter.
