Renamed the window to Christmas 2048

This commit is contained in:
2025-12-18 09:36:52 -05:00
parent 2c030ba6cf
commit 730f174f99

View File

@@ -554,7 +554,7 @@ def save_to_file(filename, value):
################### ###################
# Executable code # # Executable code #
################### ###################
win = GraphWin("2048 (not for resale)", 700, 700) win = GraphWin("Christmas 2048", 700, 700)
initialSetup(win) initialSetup(win)
draw_grid() draw_grid()