Rock Paper Scissors
How to Run/Install
Install & Run on Macintosh
- Run the
rps.bashwith theTerminal
Uninstalling
- Run the
uninstaller.shfile with theTerminal
Install & Run on Windows
- Download and install Ruby for Windows (if not already done); download here
- Open
command promptas user and type in this:gem install PlayRockPaperScissorsGame; hit enter
Running
- Go into the
command promptand type in this:rps; hit enter