Rock Paper Scissors¶ ↑
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 <kbd>return</kbd>
Uninstalling¶ ↑
-
Run the
uninstaller.sh
file (located in theexec
folder) with theTerminal
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 <kbd>enter</kbd> -
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 <kbd>enter</kbd>