change UNOPENED_CELL emoji

This commit is contained in:
JerryXiao 2021-04-09 16:17:38 +08:00
parent 57fb1de78b
commit 533ad72741
Signed by: Jerry
GPG Key ID: 22618F758B5BE2E5
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ HEIGHT = 8
WIDTH = 8
MINES = 9
UNOPENED_CELL = "\u2588"
UNOPENED_CELL = "\u25a0"
FLAGGED_CELL = "\U0001f6a9"
STEPPED_CELL = "\u2622"
NUM_CELL_0 = "\u2800"