From de4daa463d75403144ac63d3cd94aebf74fa0cb2 Mon Sep 17 00:00:00 2001 From: Aineopintojen-harjoitustyo-Algoritmit-j Date: Tue, 30 Jan 2024 14:27:28 +0200 Subject: Renaming bombs to mines. --- board/static.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'board/static.py') diff --git a/board/static.py b/board/static.py index 5d4b4ba..4804ded 100644 --- a/board/static.py +++ b/board/static.py @@ -20,8 +20,8 @@ class Tile(IntEnum): SIX = 6 SEVEN = 7 EIGHT = 8 - BOMB = 9 - FLAG_BOMB = 10 + MINE = 9 + FLAG_MINE = 10 FLAG_FREE = 11 UNOPENED = 12 FLAG_UNKNOWN = 13 -- cgit v1.2.3