Skip to content
This repository has been archived by the owner on Mar 19, 2024. It is now read-only.

Latest commit

 

History

History
33 lines (25 loc) · 617 Bytes

README.MD

File metadata and controls

33 lines (25 loc) · 617 Bytes

Rock Paper Scissors

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.

Installation

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

Todo

Display computer selection

License

GNU GPL v2. Copyright 2015 Debbie Cravey and Mike Goren