Replaced slow pexpect with subprocess.popen which is fast. Implemented Results()...
[progcomp10.git] / src / rpsconst.py
index 5bf1ea5..0280e47 100644 (file)
@@ -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

UCC git Repository :: git.ucc.asn.au