blehhhhhh

Authorgeoff
Submission date2017-05-05 19:00:47.363260
Rating2873
Matches played371
Win rate27.22

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

Source code:

import random
if input == '': 
  opponent_moves = []
  output = random.choice(['R', 'P', 'S'])
else:
  opponent_moves.append(input)
  output = input