CO1

Authordavid.werecat
Submission date2013-02-06 06:24:37.314475
Rating3440
Matches played758
Win rate35.22

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

Source code:

if input == "":
    idx = 0
    chain = "RSPSRP"
output = chain[idx]
idx = (idx + 1) % 6