ewintram / rps-challenge

Create the Rock Paper Scissors Game

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

RPS Challenge

This Rock, Paper, Scissors game allows a single player to play against the computer.

Basic Rules

  • Rock beats Scissors
  • Scissors beats Paper
  • Paper beats Rock

Installation

Install the bundler gem

gem install bundler

Run bundle to install the project gems

bundle

Run rackup to launch the web app

rackup

About

Create the Rock Paper Scissors Game

License:Other


Languages

Language:Ruby 87.5%Language:HTML 12.5%