Anon1029837874

AuthorDavid
Submission date2014-01-10 01:52:59.264991
Rating2167
Matches played637
Win rate20.41

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

Source code:

if input == '':
    output = 'R'
moves = 'R', 'P', 'S'
n = len(moves)
#history = {move: 0 for move in moves}
pairs = []
output = 'P'