From 834150fe61eb79654d57067b4a96bf8fd1718b25 Mon Sep 17 00:00:00 2001 From: Aineopintojen-harjoitustyo-Algoritmit-j Date: Sat, 13 Jan 2024 12:08:49 +0200 Subject: Refactoring neighbour finding code and making sanitychecks for board size. --- app.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app.py') diff --git a/app.py b/app.py index bf2a159..d0d7a14 100644 --- a/app.py +++ b/app.py @@ -1,7 +1,7 @@ from board.board import Board from tui.tui import Tui -b = Board() +b = Board(10) t = Tui() x, y = 0, 0 -- cgit v1.2.3