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

Version Path
PlayRockPaperScissorsGame-2.0.5 README.md
PlayRockPaperScissorsGame-2.0.4 README.md
PlayRockPaperScissorsGame-2.0.3 README.md
PlayRockPaperScissorsGame-2.0.2 README.md
PlayRo2kPaperScissorsGame-2.0.2 README.md
PlayRockPaperScissorsGame-2.0.1 README.md
PlayRockPaperScissorsGame-2.0.0 README.md