Just press the Green Arrow to start and play. Green Reset Score button to reset score.
I used an equation to resolve who wins. (Player_Guess - Computer_Guess) % 5 = Results If the results is 1 or 2, player wins. If results is 3 or 4, computer wins. If results is 0, it is a draw. I ported this over from my Python HW: http://goo.gl/jVDNf0 Added a check to see if the response in the beginning is valid or not.