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
- Fork it ( https://github.com/nicoNaN/assignment_gems_sprint/fork )
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create a new Pull Request