Mk1

Authoriggi
Submission date2019-02-04 19:42:18.343083
Rating4867
Matches played245
Win rate48.57

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

Source code:

import random

moves = ["R", "P", "S"]
lPlayed = ""

lPlayed = random.choice(moves)
output = lPlayed