Rock Paper Scissors
If you want to play, open your terminal
git clone https://github.com/mepps/rps.git
cd rps
irb
load 'lib/rps.rb'
game = RPS::Game.new
game.play
game.replayenjoy!
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Rock Paper Scissors
If you want to play, open your terminal
git clone https://github.com/mepps/rps.git
cd rps
irb
load 'lib/rps.rb'
game = RPS::Game.new
game.play
game.replayenjoy!