Shotgun 1.2

AuthorMike Bufardeci
Submission date2011-06-09 21:16:26.343410
Rating5410
Matches played5218
Win rate55.04

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

Source code:

import random as r
c = [["R","S"],["P","R"],["S","P"],["P","S"],["S","R"],["R","P"]]
if input:
    for i in range(len(t)):
        if input == t[i]:
            pass
        elif [input, t[i]] in c[3:]:
           s[i] += 1
        elif [input, t[i] in c[0:3]]:
           s[i] -= 1
    t[3] = r.choice(t[0:3])
    if input == "R":
        t[4] = "P"
        t[5] = "S"
        t[6] = "R"
    elif input == "P":
        t[4] = "S"
        t[5] = "R"
        t[6] = "P"
    else:
        t[4] = "R"
        t[5] = "P"
        t[6] = "S"
    b = 0
    for i in range(len(s)):
        if s[i] > s[b]:
            b = i
    output = t[b]
else:
    s = [0,0,0,0,0,0,0]
    t = ["R","P","S","S","S","S","S"]
    output = "S"