예제 #1
0
파일: game.py 프로젝트: Pwarde/MasterMind
 def do_turn(self, game, turns):
     turn = Turn(game, turns)
     return turn.do_turn()