diff options
Diffstat (limited to 'board')
-rw-r--r-- | board/static.py | 2 |
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 ) } |