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 & 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