Sha256: 0c7115f9bdfedef160314ce3a4c19a57882f51ad5fc4615e519c84062908ac6e

Contents?: true

Size: 1.29 KB

Versions: 19

Compression:

Stored size: 1.29 KB

Contents

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

How to Run/Install
------------------

### Install & Run on Macintosh

1. Run the `rps.bash` with the `Terminal`

#### Uninstalling

1. Run the `uninstaller.sh` file with the `Terminal`

<!--
1. Open the `Terminal` and copy + paste in this line: `\curl -sSL https://get.rvm.io | bash -s stable --ruby`
2. Then copy and paste in this line: `gem install rps`; hit <kbd>return</kbd>

#### Running
1. Go into the `Terminal` and type in `rps`; hit <kbd>return</kbd>

#### Troubleshooting

##### RVM Failed Installation
If RVM fails to install (homebrew), run this in the `Terminal`: `/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"`; hit <kbd>return</kbd>

##### Xcrun Command line tools not found
If you get an error with `xcrun` and `command line tools not found`, you need to run this in the `Terminal`: `sudo xcode-select --install`; hit <kbd>return</kbd>.
-->

### Install &amp; Run on Windows

1. Download and install Ruby for Windows (if not already done); download [here](https://rubyinstaller.org/downloads/)
2. Open `command prompt` as user and type in this: `gem install PlayRockPaperScissorsGame`; hit <kbd>enter</kbd>

#### Running

1. Go into the `command prompt` and type in this: `rps`; hit <kbd>enter</kbd>

Version data entries

19 entries across 19 versions & 1 rubygems

Version Path
PlayRockPaperScissorsGame-1.1.5 README.md
PlayRockPaperScissorsGame-1.1.4 README.md
PlayRockPaperScissorsGame-1.1.3 README.md
PlayRockPaperScissorsGame-1.1.2 README.md
PlayRockPaperScissorsGame-1.1.1 README.md
PlayRockPaperScissorsGame-1.1.0 README.md
PlayRockPaperScissorsGame-1.0.9 README.md
PlayRockPaperScissorsGame-1.0.8 README.md
PlayRockPaperScissorsGame-1.0.7 README.md
PlayRockPaperScissorsGame-1.0.6 README.md
PlayRockPaperScissorsGame-1.0.5 README.md
PlayRockPaperScissorsGame-1.0.4 README.md
PlayRockPaperScissorsGame-1.0.3 README.md
PlayRockPaperScissorsGame-1.0.2 README.md
PlayRockPaperScissorsGame-1.0.1 README.md
PlayRockPaperScissorsGame-1.0.0 README.md
PlayRockPaperScissorsGame-0.0.9 README.md
PlayRockPaperScissorsGame-0.0.8 README.md
PlayRockPaperScissorsGame-0.0.7 README.md