last

Authorcuriouscat
Submission date2012-12-20 18:33:09.088931
Rating2640
Matches played731
Win rate26.95

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 = "R"
elif input == "P":
	output = "P"
elif input == "S":
	output = "S"