summaryrefslogtreecommitdiff
path: root/app.py
diff options
context:
space:
mode:
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