ScriptProgram

AuthorTom131
Submission date2018-03-07 17:46:57.570570
Rating2453
Matches played292
Win rate23.29

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

Source code:

i = 0
moves = [1,1,1,2,3,2,3,2,2,1,1,3,3,2,3,2,2,3,3,3,2,2,1,3,1,3,1,2,2,1,1,1,2,3,3,2,1,3,2,2,2,2,3,2,1,3,3,1,2,1,1,2,3,2,1,3,2,1,3,12,2,1,3,2,2,3,3,2,1,1,2,3,3,2,3,1,1,2,2,2,3,3,2,3,1,1,2,1,3,1,2,1,3,3,2,3,1,1,2,1,3,1,3,1,2]

name = ["R", "S", "P"]

output = name[moves[i] - 1]
i += 1
if i > 99:
    i = 0