X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;f=src%2Frpsconst.py;h=0280e474fe4e2a3e1dd0618ad12af25e53e6b6ee;hb=edf8e5b569e75692d61a44f2c3241fb6410e4fbd;hp=5bf1ea5086b1266edea0b349a7361f2980918c73;hpb=35ff18a5beda685e59ca898026570d67b7ead333;p=progcomp10.git diff --git a/src/rpsconst.py b/src/rpsconst.py index 5bf1ea5..0280e47 100644 --- a/src/rpsconst.py +++ b/src/rpsconst.py @@ -7,9 +7,15 @@ Licensed under an MIT-style license: see the LICENSE file for details. Rock = 0 Paper = 1 Scissors = 2 + +rpsStrings=["Rock","Paper","Scissors"] + Attacker = 0 Defender = 1 Tie = 2 + +adtStrings=["Attacker","Defender","Tie"] + Bluff = 0 Truth = 1 Win = 3