""" Define all game variables here. """ vars = { "cabin_door_open": False, "mailbox_open": False, }