Jankenpon

This gem allows for a game of rock, paper, scissors to be played with one player vs. AI, or two players against each other.

Installation & usage

Install the gem:

$ gem install jankenpon

Require it in your file or in IRB/Pry:

require "jankenpon"

Call the play method and watch the magic:

Jankenpon.play

Contributing

  1. Fork it ( https://github.com/nicoNaN/assignment_gems_sprint/fork )
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create a new Pull Request