Sha256: 2f9312413bb18bf09911de5cbc49fa3c5d639b36692f52854574de79eaf20464
Contents?: true
Size: 1.48 KB
Versions: 3
Compression:
Stored size: 1.48 KB
Contents
--- layout: default --- [//]: # (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) ---------- ## Site Nav [How to Test](Testing) | [Contributing](CONTRIBUTING) | [Code of Conduct](CODE_OF_CONDUCT) [//]: # (end)
Version data entries
3 entries across 3 versions & 2 rubygems
Version | Path |
---|---|
PlayRockPaperScissorsGame-2.0.2 | docs/index.md |
PlayRo2kPaperScissorsGame-2.0.2 | docs/index.md |
PlayRockPaperScissorsGame-2.0.1 | docs/index.md |