''' Game Settings ''' # Define the game settings snake_size = 20 snake_speed = 10 window_width = 800 window_height = 600