| Author | Simon Hooker / Aeiedil |
| Submission date | 2011-06-23 14:21:07.520910 |
| Rating | 5435 |
| Matches played | 4650 |
| Win rate | 47.94 |
Use rpsrunner.py to play unranked matches on your computer.
# this should be a truely random bot just to benchmark my non-random efforts
import random
validoptions = ["S","P","R"]
output=random.choice(validoptions)