Last Move

AuthorRed
Submission date2011-05-24 19:49:42.796722
Rating2526
Matches played7376
Win rate24.62

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

Source code:

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