################################ # # # RRRRR PPPPP SSSSS # # RR RR PP PP SS # # RR RR PP PP S # # RRRRR PPPPP SSSSS # # RR RR PP S # # RR RR PP SS # # RR RR PP SSSSS # # # ################################ # Rock Paper Scissors v 1.0 # ################################ To run RPS in your shell, enter the following command from the directory in which your "esh" and your "eshoutput.py" files are located: $ ./esh -p /web/courses/cs3214/spring2015/projects/student-plugins/shb279_rpc80/rps --------------------------------------------------------------------------------- Gameplay: Type in one of the three following commands: 1. 'r' throws ROCK 2. 'p' throws PAPER 3. 's' throws SCISSORS Rules: 1. ROCK beats SCISSORS 2. PAPER beats ROCK 3. SCISSORS beats PAPER 4. There is a secret throw that beats anything. MISC: 1. '#' brings up your WIN/LOSS/DRAW record 2. 'q' quits the game Written by: Ryan Connors (rpc80@vt.edu) and Steven Briggs (shb279@vt.edu) for CS-3214 @ Virginia Tech