failbot1

Authorfoobar
Submission date2011-08-09 11:47:31.979729
Rating4495
Matches played3588
Win rate41.39

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

Source code:

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