CounterCounter

AuthorSpencer Egart
Submission date2013-10-02 13:41:17.161266
Rating2242
Matches played647
Win rate23.8

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

Source code:

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