testilus_b005

Authortestilus
Submission date2013-05-01 15:56:32.736924
Rating4103
Matches played706
Win rate43.34

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

Source code:

import random
if input == "": # initialize variables for the first round
    list = ["R","P","S"]
else:
    list.append(input)
output = random.choice(list)