testilus_b002

Authortestilus
Submission date2013-05-01 15:45:33.379425
Rating3854
Matches played718
Win rate40.39

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

Source code:

import random
if input == "":
    k = random.choice(["R","P","S",input,input,input,input])
if k == "R":
    output = random.choice(["R","R","P","S"])
elif k == "P":
    output = random.choice(["R","P","P","S"])
elif k == "S":
    output = random.choice(["R","P","S","S"])
else:
    output = random.choice(["R","P","S"])