From e591d15abc4943a74c39f0fcab065213828a1514 Mon Sep 17 00:00:00 2001 From: Aineopintojen-harjoitustyo-Algoritmit-j Date: Mon, 29 Jan 2024 02:34:32 +0200 Subject: Updating too much. Renewed bots and tui. --- board/static.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'board/static.py') 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 ) } -- cgit v1.2.3