Rock-Paper-Scissors game

Rules

  • Rock beats scissors
  • Scissors beats paper
  • Paper beats rock
  • Identical throws tie (rock == rock, etc.)

Prerequisites

  • ruby 2.6.2
  • rails

Setup

Run in the terminal:

$ bundle install
$ rails s

Run tests

$ rails test