No commit activity in last 3 years
No release in over 3 years
A Ruby-programmed rock paper scissors game. Now you can play rock paper scissors on your computer whenever you'd like! :)
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 5.1.0

Runtime

~> 1.14.6
~> 0.8.1
~> 12.0.0
~> 1.11.3.9
 Project Readme

Rock Paper Scissors

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 return

Uninstalling

  1. Run the uninstaller.sh file (located in the exec folder) with the Terminal

Updating

  1. Run the update.sh file (located in the exec folder) in the Terminal

Install and Run on Windows

  1. Download and install Ruby for Windows (if not already installed); download here
  2. Open cmd and type in: gem install PlayRockPaperScissorsGame; hit enter
  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 enter

Uninstalling

  1. Open the uninstall.bat file lcoated in the exec folder

Updating

  1. Open the update.bat file (located in the exec folder) with CMD

Links