Rock, Paper, Scissors was created to allow two players, or a single player vs. the computer, to play a game of rock, paper, scissors. Game options include being able to choose how many rounds will be played, and being able to choose Rock, Paper, Scissors, Lizard, Spock.
To accomplish the assignment, three classes are used: Player, ComputerPlayer, and Game.
The Player class was created to create new players in a given game.