prelast

Authorcuriouscat
Submission date2012-12-20 18:37:53.327054
Rating1718
Matches played699
Win rate16.02

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