예제 #1
0
def doInstructions():
    ''' 
    Creates and runs the instructions screen
    '''

    instructions = Instructions(screen, background)
    doneInstructions = instructions.createInstuctionsScreen()

    if doneInstructions == True:
        doMenu()