Rock Paper Scissors
Table of Contents
How to Run and Install
Install and Run on Mac
- Run the
rps.bash
file (located in theexec
folder) with theTerminal
Running
- Open the
Terminal
- Type in:
rps
, orPlayRockPaperScissorsGame
- Hit return
Uninstalling
- Run the
uninstaller.sh
file (located in theexec
folder) with theTerminal
Updating
- Run the
update.sh
file (located in theexec
folder) in the Terminal
Install and Run on Windows
- Download and install Ruby for Windows (if not already installed); download here
- Open
cmd
and type in:gem install PlayRockPaperScissorsGame
; hit enter - Run the
rps.bat
file (located in theexec
folder)
Running
- Open the
rps.bat
file (located in theexec
folder)- Another option: type in
rps
orPlayRockPaperScissorsGame
in theCommand Prompt
; hit enter
- Another option: type in
Uninstalling
- Open the
uninstall.bat
file lcoated in theexec
folder
Updating
- Open the
update.bat
file (located in theexec
folder) withCMD