summaryrefslogtreecommitdiff
path: root/board/static.py
diff options
context:
space:
mode:
authorAineopintojen-harjoitustyo-Algoritmit-j <github-hy-tiralabra@v.hix.fi>2024-01-29 02:34:32 +0200
committerAineopintojen-harjoitustyo-Algoritmit-j <github-hy-tiralabra@v.hix.fi>2024-01-29 02:34:32 +0200
commite591d15abc4943a74c39f0fcab065213828a1514 (patch)
treebc22931abb08d8c213ba4eb81a85298d69e88890 /board/static.py
parent0c034e6fbae0833f8524caf223deab450e9bb1b4 (diff)
Updating too much. Renewed bots and tui.
Diffstat (limited to 'board/static.py')
-rw-r--r--board/static.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/static.py b/board/static.py
index eea30fd..d6b48dd 100644
--- a/board/static.py
+++ b/board/static.py
@@ -29,6 +29,6 @@ class Tile(IntEnum):
LevelSpecs = {
Level.BEGINNER: ( 9, 9, 10 ),
- Level.INTERMEDIATE: ( 15, 15, 40 ),
+ Level.INTERMEDIATE: ( 16, 16, 40 ),
Level.EXPERT: ( 30, 16, 99 )
}