Example #1
0
 def determine_move(self):
     print "Test AI 1 determine move"
     RPSGame.submit_move(self.id, State.Rock)
Example #2
0
 def determine_move(self):
     print "Test AI 1 determine move"
     RPSGame.submit_move(self.id, State.Rock)
Example #3
0
 def determine_move(self):
     print "Test AI 2 determine move"
     RPSGame.submit_move(self.id, State.Paper)
Example #4
0
 def determine_move(self):
     print "Test AI 2 determine move"
     RPSGame.submit_move(self.id, State.Paper)