Strayegg Hobo -1

AuthorSimon Hooker / Aeiedil
Submission date2011-06-23 14:21:07.520910
Rating5435
Matches played4650
Win rate47.94

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

Source code:

# this should be a truely random bot just to benchmark my non-random efforts
import random
validoptions = ["S","P","R"]
output=random.choice(validoptions)