Cycler

Authoremeraldd
Submission date2011-08-13 05:26:33.631192
Rating3827
Matches played3438
Win rate41.45

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

Source code:

if input == "R":
  output = "P"
elif input == "P":
  output = "S"
else:
  output = "R"