diff options
author | Aineopintojen-harjoitustyo-Algoritmit-j <github-hy-tiralabra@v.hix.fi> | 2024-01-29 02:34:32 +0200 |
---|---|---|
committer | Aineopintojen-harjoitustyo-Algoritmit-j <github-hy-tiralabra@v.hix.fi> | 2024-01-29 02:34:32 +0200 |
commit | e591d15abc4943a74c39f0fcab065213828a1514 (patch) | |
tree | bc22931abb08d8c213ba4eb81a85298d69e88890 /board | |
parent | 0c034e6fbae0833f8524caf223deab450e9bb1b4 (diff) |
Updating too much. Renewed bots and tui.
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 ) } |