cycle

Authorhawk
Submission date2011-06-09 10:08:46.054962
Rating3158
Matches played5226
Win rate30.58

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

Source code:

import random

if input == "":
   index = random.randint(0, 2)
else:
   index = (index + 1) % 3

output = "RSP"[index]