rando

Authorben haley
Submission date2012-08-12 00:13:46.799137
Rating5389
Matches played774
Win rate50.13

Use rpsrunner.py to play unranked matches on your computer.

Source code:

s1 = {}
exec """
# See http://overview.cc/RockPaperScissors for more information about rock, paper, scissors
# Similar to switching10 with an additional beat2 and complement function

from random import choice
output = choice('RPS')
""" in s1

output = s1['output']