cyclic

Authorfalcon
Submission date2012-08-29 15:41:16.674310
Rating3984
Matches played766
Win rate36.16

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

Source code:

if input == "":
	last = "R"
	output = "R"
if last == "R":
	last = "P"
	output = "P"
elif last == "P":
	last = "S"
	output = "S"
elif last == "S":
	last = "R"
	output = "R"