VcsBkTdrRps
A simple CLI for Rock, Paper, Scissors vs. the computer.
Installation
Add this line to your application's Gemfile:
gem 'vcs_bk_tdr_rps'
And then execute:
$ bundle
Or install it yourself as:
$ gem install vcs_bk_tdr_rps
Usage
VcsBkTdrRps#create_player(name): create & return a player obj with a given name (String)
VcsBkTdrRps#create_game(player): create & return a game obj with a given player obj
VcsBkTdrRps::Game#play: runs through the game against the computer
License
The gem is available as open source under the terms of the MIT License.