1_step_mind

Authorpottedmeat
Submission date2015-12-02 21:01:50.218618
Rating5015
Matches played455
Win rate47.25

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

Source code:

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