reverse-cycler

Authorhahasee
Submission date2011-06-11 00:50:39.734387
Rating2788
Matches played5416
Win rate31.26

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

Source code:

if input == "":
    count = 0

if count % 3 == 0:
    output = "S"
    count = 1
elif count % 3 == 1:
    output = "P"
    count = 2
elif count % 3 == 2:
    output = "R"
    count = 0