Sha256: 276fc9a877a20621b2531df96d8050f88e1f3d67704061e11e5e208ca723bf81
Contents?: true
Size: 992 Bytes
Versions: 7
Compression:
Stored size: 992 Bytes
Contents
[//]: # (start) Rock Paper Scissors =================== How to Run and Install ---------------------- ### Install and Run on Mac 1. Run the `rps.bash` file (located in the `exec` folder) with the `Terminal` #### Running 1. Open the `Terminal` 2. Type in: `rps`, or `PlayRockPaperScissorsGame` 3. Hit <kbd>return</kbd> #### Uninstalling 1. Run the `uninstaller.sh` file (located in the `exec` folder) with the `Terminal` ### Install and Run on Windows 1. Download and install Ruby for Windows (if not already installed); download [here](https://rubyinstaller.org/downloads/) 2. Open `cmd` and type in: `gem install PlayRockPaperScissorsGame`; hit <kbd>enter</kbd> 3. Run the `rps.bat` file (located in the `exec` folder) #### Running 1. Open the `rps.bat` file (located in the `exec` folder) * Another option: type in `rps` or `PlayRockPaperScissorsGame` in the `Command Prompt` ## Links * [Ruby Gems Page](https://rubygems.org/gems/PlayRockPaperScissorsGame) [//]: # (end)
Version data entries
7 entries across 7 versions & 2 rubygems