__author__ = 'justinarmstrong' """Constants used throughout the game""" ##GAME STATES""" TOWN = 'town' MAIN_MENU = 'main menu' ##Colors BLACK = (0, 0, 0) WHITE = (255, 255, 255)