Rock Paper Scissors This is a simple rps game. Given your inputs, the game randomly generates a response and tells you if you won or not. Sample Input ------------- rps paper Sample Output ------------- You played paper. Computer played rock. You win! Authors: Nick Bolin, Jun Kim