Sneak

AuthorSteeler
Submission date2011-06-09 16:15:21.506361
Rating1405
Matches played5560
Win rate16.24

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

Source code:

if input == "" or input == "R": 
	output = "S"
elif input == "S":
	output = "P"
elif input == "P":
	output = "R"
else:
	output = 5 / (5 - 3 - 2)