BeauAI

AuthorBeau
Submission date2014-04-19 09:44:10.541702
Rating5355
Matches played600
Win rate50.33

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

Source code:

import random
move = ['R', 'P', 'S']

output = random.choice(move)