From e591d15abc4943a74c39f0fcab065213828a1514 Mon Sep 17 00:00:00 2001 From: Aineopintojen-harjoitustyo-Algoritmit-j Date: Mon, 29 Jan 2024 02:34:32 +0200 Subject: Updating too much. Renewed bots and tui. --- game/game.py | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'game') diff --git a/game/game.py b/game/game.py index 76ee382..2a4efad 100644 --- a/game/game.py +++ b/game/game.py @@ -6,10 +6,7 @@ class Game: def __init__(self, board, ui): self.board = board self.ui = ui - self.x, self.y = self.ui.game_begin( - self.board.get_width(), - self.board.get_height() - ) + self.x, self.y = board.get_width()//2, board.get_height()//2 def __del__(self): -- cgit v1.2.3