Renamed Program

This commit is contained in:
-h
2026-01-09 08:13:33 -06:00
parent 271f663b73
commit baad048f70
2 changed files with 2 additions and 1 deletions

1
.gitignore vendored Normal file
View File

@@ -0,0 +1 @@
__pycache__/graphics.cpython-313.pyc

View File

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