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`
### 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 enter
#### Running
1. Go into the `command prompt` and type in this: `rps`; hit enter