rps_felix

Authorfelix
Submission date2014-06-20 15:23:33.774016
Rating4736
Matches played598
Win rate50.33

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

Source code:

import random
output = random.choice(["R", "P","S"])