diff --git a/games/tic-tac-toe/board.pyc b/games/tic-tac-toe/board.pyc index 1258339..af4a876 100644 Binary files a/games/tic-tac-toe/board.pyc and b/games/tic-tac-toe/board.pyc differ diff --git a/games/tic-tac-toe/gamerectangle.pyc b/games/tic-tac-toe/gamerectangle.pyc index 0aeb366..1258755 100644 Binary files a/games/tic-tac-toe/gamerectangle.pyc and b/games/tic-tac-toe/gamerectangle.pyc differ diff --git a/games/tic-tac-toe/input.pyc b/games/tic-tac-toe/input.pyc index 66596fc..7fa59d0 100644 Binary files a/games/tic-tac-toe/input.pyc and b/games/tic-tac-toe/input.pyc differ diff --git a/games/tic-tac-toe/inputmanager.pyc b/games/tic-tac-toe/inputmanager.pyc index 39ca3f2..cead965 100644 Binary files a/games/tic-tac-toe/inputmanager.pyc and b/games/tic-tac-toe/inputmanager.pyc differ diff --git a/games/tic-tac-toe/keypress.pyc b/games/tic-tac-toe/keypress.pyc index 2a762b8..dbfcd34 100644 Binary files a/games/tic-tac-toe/keypress.pyc and b/games/tic-tac-toe/keypress.pyc differ diff --git a/games/tic-tac-toe/mousepress.pyc b/games/tic-tac-toe/mousepress.pyc index ecf18e6..a486bc2 100644 Binary files a/games/tic-tac-toe/mousepress.pyc and b/games/tic-tac-toe/mousepress.pyc differ diff --git a/games/tic-tac-toe/point.pyc b/games/tic-tac-toe/point.pyc index 1b79438..df8492d 100644 Binary files a/games/tic-tac-toe/point.pyc and b/games/tic-tac-toe/point.pyc differ diff --git a/games/tic-tac-toe/rectangle.pyc b/games/tic-tac-toe/rectangle.pyc index c210711..e10f09d 100644 Binary files a/games/tic-tac-toe/rectangle.pyc and b/games/tic-tac-toe/rectangle.pyc differ diff --git a/games/tic-tac-toe/tictactoeboard.py b/games/tic-tac-toe/tictactoeboard.py index 4ee3cdf..ee1c057 100644 --- a/games/tic-tac-toe/tictactoeboard.py +++ b/games/tic-tac-toe/tictactoeboard.py @@ -35,7 +35,6 @@ class TicTacToeBoard(Board): image = self.image_x elif game_rectangle.state == 'o': image = self.image_o - print(game_rectangle.state) table_image.blit(image, Rect(x, y, w, h)) def make_turn(self, mouse_point): diff --git a/games/tic-tac-toe/tictactoeboard.pyc b/games/tic-tac-toe/tictactoeboard.pyc index 007af2b..1243dc1 100644 Binary files a/games/tic-tac-toe/tictactoeboard.pyc and b/games/tic-tac-toe/tictactoeboard.pyc differ