예제 #1
0
 def determine_move(self):
     print "Test AI 1 determine move"
     RPSGame.submit_move(self.id, State.Rock)
예제 #2
0
파일: test_ai_1.py 프로젝트: DanApperloo/AI
 def determine_move(self):
     print "Test AI 1 determine move"
     RPSGame.submit_move(self.id, State.Rock)
예제 #3
0
 def determine_move(self):
     print "Test AI 2 determine move"
     RPSGame.submit_move(self.id, State.Paper)
예제 #4
0
파일: test_ai_2.py 프로젝트: DanApperloo/AI
 def determine_move(self):
     print "Test AI 2 determine move"
     RPSGame.submit_move(self.id, State.Paper)