chore: rename game to MICE! MAZE in title screen and readme

This commit is contained in:
enne2
2026-06-17 23:42:12 +02:00
parent 11b59ff2a0
commit 41f8bf0f2d
3 changed files with 25 additions and 24 deletions
+2 -1
View File
@@ -53,6 +53,7 @@ font = {
'N': ["# #", "## #", "# # #", "# ##", "# #", "# #", "# #"],
'V': ["# #", "# #", "# #", "# #", "# #", " # # ", " # "],
'L': ["# ", "# ", "# ", "# ", "# ", "# ", "#####"],
'!': [" # ", " # ", " # ", " # ", " ", " # ", " # "],
' ': [" ", " ", " ", " ", " ", " ", " "]
}
@@ -92,7 +93,7 @@ def draw_text(text, start_y_tiles, scale=1):
is_text_mask[py, px] = True
# Align to 8x8 grid strictly
draw_text("MICE MAZE", 1, scale=2)
draw_text("MICE! MAZE", 1, scale=2)
draw_text("A GAME BY MATTEO", 5, scale=1)
draw_text("BECAUSE HE WAS BORED", 6, scale=1)
draw_text("PRESS START", 16, scale=1)