SingleStrategy

AuthorAAG
Submission date2013-10-02 07:50:40.422989
Rating3729
Matches played656
Win rate35.82

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

Source code:

foo = ['S', 'P', 'P', 'R', 'S']
from random import choice
output = choice(foo)