PaperRockScissors

Very simple 1 or 2 player Paper, Rock, Scissors game.

Installation

$ gem install paper_rock_scissors

Usage

In IRB/PRY:

$ require 'paper_rock_scissors'

And then invoke this module method to start the game.

$ PaperRockScissors.run

Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/StephenMayeux/paper_rock_scissors.

License

The gem is available as open source under the terms of the MIT License.