Sha256: 34e3f17e7aa74ef0fba7ec29e038f08023e8bb33ad342c30be9fa81f9d8b14ff

Contents?: true

Size: 1.5 KB

Versions: 14

Compression:

Stored size: 1.5 KB

Contents

---
layout: default
title: How to Run - Play Rock Paper Scissors Game
permalink: /how_to_run.html
---

[//]: # (start)

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)
  - [Links](#links)

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`; hit <kbd>enter</kbd>

## Links

+ [Ruby Gems Page](https://rubygems.org/gems/PlayRockPaperScissorsGame)
- [Source Code](https://github.com/bag3318/RockPaperScissors)

[//]: # (end)

Version data entries

14 entries across 14 versions & 1 rubygems

Version Path
PlayRockPaperScissorsGame-2.8.6 docs/How_to_Run.md
PlayRockPaperScissorsGame-2.8.5 docs/How_to_Run.md
PlayRockPaperScissorsGame-2.8.4 docs/How_to_Run.md
PlayRockPaperScissorsGame-2.8.3 docs/How_to_Run.md
PlayRockPaperScissorsGame-2.8.2 docs/How_to_Run.md
PlayRockPaperScissorsGame-2.8.1 docs/How_to_Run.md
PlayRockPaperScissorsGame-2.8.0 docs/How_to_Run.md
PlayRockPaperScissorsGame-2.7.9 docs/How_to_Run.md
PlayRockPaperScissorsGame-2.7.8 docs/How_to_Run.md
PlayRockPaperScissorsGame-2.7.7 docs/How_to_Run.md
PlayRockPaperScissorsGame-2.7.6 docs/How_to_Run.md
PlayRockPaperScissorsGame-2.7.5 docs/How_to_Run.md
PlayRockPaperScissorsGame-2.7.4 docs/How_to_Run.md
PlayRockPaperScissorsGame-2.7.3 docs/How_to_Run.md