RPSG
(Rock Paper Scissors Game)¶ ↑
Requirements¶ ↑
For Windows¶ ↑
-
Ruby
-
RubyGems
For Mac¶ ↑
-
Ruby
-
RubyGems
-
RVM (Ruby Version Manager)
How To Use¶ ↑
Windows¶ ↑
-
Open
cmd
as non-admin -
cmd
is theCommand Prompt
-
type the following:
gem install rpsg
-
run the following:
rpsg
Mac¶ ↑
-
Open
Terminal
-
type the following:
gem install rpsg
-
run the following:
rpsg
RubyGems page: rubygems.org/gems/rpsg
Website: bag3318.github.io/RPSG