static-3

Authortestguy
Submission date2011-05-22 02:32:18.680830
Rating3148
Matches played7550
Win rate26.52

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

Source code:

if input == "":
    plays = ['R','R','R','S','S','S','P','P','P']	
    playcount = 0

output = plays[playcount]
print "playing %s" % output
playcount = (playcount+1) % 9