Skip to content

CourtneyLO/rps-challenge

 
 

Repository files navigation

RPS Challenge

Author: Courtney Osborn

Instructions

Rock Paper Scissors or Ching-Chong-Cha, as South African's call it, is a two player game. It requires you to call either rock, paper or scissors at the same time as your opponent. The winner is determined by the calls made by both participants.

Rules:

  • Rock beats scissors
  • Paper beats rock
  • Scissors beats paper

My Version:

Two players are required to play. Player 1 will make there choice of either rock, paper or scissors and then it's player 2's turn. The winner will be determined based on the players' choices.

Access:

   $ git clone git@github.com:CourtneyLO/rps-challenge.git
   $ cd rps-challenge
   $ install bundle
   $ ruby app.rb

   Then go to localhost:4567
   And enjoy

Gems that should be Installed:

  • gem 'sinatra'
  • gem 'rake'
  • gem 'rspec-sinatra'
  • gem 'rspec'
  • gem 'capybara'

Run Tests

  • $ rspec

Ching-Chon-Cha:

alt tag


alt tag


alt tag


alt tag

About

Create the Rock Paper Scissors Game

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 70.6%
  • HTML 15.9%
  • CSS 13.5%