You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Color Game raises _tkinter.TclError: bitmap "color_game_icon.ico" not defined
The error is at line 77: window.iconbitmap("color_game_icon.ico")
The error should be removed or add an actual icon in the project folder.
Type of issue
Feature (New Script)
Bug
Documentation
Checklist:
I have read the project guidelines.
I have checked previous issues to avoid duplicates.