beatLast

Authorskynet
Submission date2011-06-09 16:48:39.395999
Rating4204
Matches played5190
Win rate41.41

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

Source code:

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