cycler

Authorhahasee
Submission date2011-06-11 00:48:08.065241
Rating3031
Matches played5328
Win rate27.31

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

Source code:

if input == "":
    count = 0

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