Yabadabado

Authorzachpot
Submission date2013-03-24 16:14:24.672451
Rating1976
Matches played705
Win rate20.99

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

Source code:

if input == "":
	round = 1

if round == 1 or round == 2:
	output = "R"
else:
	output = "S"

round += 1