Make the game size Final

I mean... the clue is in the name of the game, right?
This commit is contained in:
Dave Pearson
2022-10-25 08:57:00 +01:00
parent ce6ed54f37
commit 7ebfb1e714

View File

@@ -159,7 +159,7 @@ class GameGrid(Widget):
class Game(Screen): class Game(Screen):
"""Main 5x5 game grid screen.""" """Main 5x5 game grid screen."""
SIZE = 5 SIZE: Final = 5
"""The size of the game grid. Clue's in the name really.""" """The size of the game grid. Clue's in the name really."""
BINDINGS = [ BINDINGS = [