summaryrefslogtreecommitdiff
path: root/app.py
diff options
context:
space:
mode:
authorAineopintojen-harjoitustyo-Algoritmit-j <github-hy-tiralabra@v.hix.fi>2024-01-13 16:33:41 +0200
committerAineopintojen-harjoitustyo-Algoritmit-j <github-hy-tiralabra@v.hix.fi>2024-01-13 16:33:41 +0200
commitcab1ca5140de3232719645cbd1cdc2d660db2128 (patch)
tree16f2341dd0cb460bde4e9105c020a5ed2402a134 /app.py
parent41f6ff58c4800c85e8c2d53498eddc3590acfde9 (diff)
Refactoring TUI code.
Diffstat (limited to 'app.py')
-rw-r--r--app.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/app.py b/app.py
index 6a63978..25dedeb 100644
--- a/app.py
+++ b/app.py
@@ -1,7 +1,7 @@
from board.board import Board
from tui.tui import Tui, Action
-b = Board(10)
+b = Board(13)
t = Tui()
x, y = 0, 0