Sha256: 061c144d92cd68a21fdb5a592b214644424ebb66f02211ef2ff46453964ddfa1

Contents?: true

Size: 1.1 KB

Versions: 13

Compression:

Stored size: 1.1 KB

Contents

Rock Paper Scissors
===================

**Table of Contents**

- [Rock Paper Scissors](#rock-paper-scissors)
  - [How to Run and Install](#how-to-run-and-install)
    - [Install and Run on Mac](#install-and-run-on-mac)
      - [Running](#running)
      - [Uninstalling](#uninstalling)
    - [Install and Run on Windows](#install-and-run-on-windows)
      - [Running](#running-1)

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)

Version data entries

13 entries across 13 versions & 1 rubygems

Version Path
PlayRockPaperScissorsGame-1.6.3 README.md
PlayRockPaperScissorsGame-1.6.2 README.md
PlayRockPaperScissorsGame-1.6.1 README.md
PlayRockPaperScissorsGame-1.6.0 README.md
PlayRockPaperScissorsGame-1.5.9 README.md
PlayRockPaperScissorsGame-1.5.8 README.md
PlayRockPaperScissorsGame-1.5.7 README.md
PlayRockPaperScissorsGame-1.5.6 README.md
PlayRockPaperScissorsGame-1.5.5 README.md
PlayRockPaperScissorsGame-1.5.4 README.md
PlayRockPaperScissorsGame-1.5.3 README.md
PlayRockPaperScissorsGame-1.5.2 README.md
PlayRockPaperScissorsGame-1.5.1 README.md