/ronin_badge_test

Challenge 3rd week - Makers Academy - Rock Paper Scissors game

Primary LanguageRuby

Code Climate Test Coverage

Challenge: Rōnin Badge Test

Task

Provide a Rock, Paper, Scissors game for the Makers Academy Marketing Array ( MAMA ) so they can play on the web with the following features:

the marketeer has to enter their name before the game the marketeer will be presented the choices (rock, paper and scissors) the marketeer can choose one option the game will choose a random option a winner will be declared As always you can use google your notes and everything else. This is a challenge for you and you only!

Rōnin BANZAI!!!!

Bonus: Multiplayer

Change the game so that two marketeers can play against each other ( yes there are two of them ).

Basic Rules

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

Preview

Deployed on Heroku

Context

Week 3 challenge at Makers Academy

Resources

  • Ruby
  • Sinatra
  • Bundle
  • Capybara
  • Cucumber
  • GitHub
  • IRB
  • Rackup
  • Rspec
  • Shotgun

Installation

  1. Before downloading:
  1. Download the code:
  • $ git clone https://github.com/BibianaC/ronin_badge_test
  1. Install the gems:
  • $ bundle install
  1. Start the server
  • $ rackup
  1. Open your browser

Contributors

  • Bibiana Cristòfol