F850 Assassin v1

AuthorSteeler
Submission date2011-06-09 16:52:49.122446
Rating2336
Matches played5392
Win rate26.72

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

Source code:

if input == "":
  round = 1
else:
  round += 1

if round < 51:
  output = "R"
elif round == 51:
  output = "S"
elif (output == "R" and input == "P") or (output == "P" and input == "S") or (output == "S" and input == "R"):
  output = input