SteiN

AuthorMax Mustermann
Submission date2015-11-16 07:49:55.148263
Rating2080
Matches played475
Win rate20.21

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

Source code:

class Bot(object):
    def __init__(self, input):
        pass
    def play(self):
        global output
        output = "R"

if not input: _=Bot(input)

_.play()