예제 #1
0
 def setUp(self):
     testPlayer = player.player("X", True, "easy")
     testBoard = board.board()
예제 #2
0
 def setUp(self):
     testPlayer = player.player("X", False, "hard")
     testBoard = board.board()
예제 #3
0
 def setUp(self):
     testBoard = board.board()
     testPlayer = player.player("O", False)