jackal

AuthorWOnder93
Submission date2013-10-15 21:19:41.891053
Rating3021
Matches played618
Win rate32.2

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

Source code:

import hashlib

s = hashlib.sha256()
if input:
    s.update(input)
output = ['R', 'P', 'S'][sum(map(ord, s.digest())) % 3]