Play the classic Rock, Paper, Scissors game against the computer. The winner is the first player to reach 50 points!
Play the game at https://rps-krd.herokuapp.com/
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
# Clone the repo and move into it
git clone [email protected]:kitkat119/rps-challenge.git
cd rps-challenge
# Install the dependencies
bundle
# Start the server
rackup
Visit http://localhost:9292 in your browser!
rspec
- Ruby
- Sinatra
- Rspec
- Capybara