コード例 #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)