by Debbie Cravey and Mike Goren
Rock Paper Scissors is a simple Sinatra app that allows users to pay the game Rock Paper Scissors against the computer.
Install Rock Paper Scissors by first cloning the repository.
$ git clone http://github.com/mgoren/rock_paper_scissors.git
Install all of the required gems:
$ bundle install
Start the webserver:
$ ruby app.rb
In your web browser, go to http://localhost:4567
Display computer selection
GNU GPL v2. Copyright 2015 Debbie Cravey and Mike Goren