onlyleft

Authorcuriouscat
Submission date2012-12-20 18:39:02.913937
Rating4112
Matches played740
Win rate42.3

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

Source code:

if input == "": # initialize variables for the first round
	output= "S"
elif input == "R":
	output = "P"
elif input == "P":
	output = "S"
elif input == "S":
	output = "R"