ROM/Nibbles2020/Game/Game.psd1

@{

    Logo = '
███╗ ██╗██╗██████╗ ██████╗ ██╗ ███████╗███████╗ ██████╗ ██████╗ ██████╗ ██████╗
████╗ ██║██║██╔══██╗██╔══██╗██║ ██╔════╝██╔════╝ ╚════██╗██╔═████╗╚════██╗██╔═████╗
██╔██╗ ██║██║██████╔╝██████╔╝██║ █████╗ ███████╗ █████╔╝██║██╔██║ █████╔╝██║██╔██║
██║╚██╗██║██║██╔══██╗██╔══██╗██║ ██╔══╝ ╚════██║ ██╔═══╝ ████╔╝██║██╔═══╝ ████╔╝██║
██║ ╚████║██║██████╔╝██████╔╝███████╗███████╗███████║ ███████╗╚██████╔╝███████╗╚██████╔╝
╚═╝ ╚═══╝╚═╝╚═════╝ ╚═════╝ ╚══════╝╚══════╝╚══════╝ ╚══════╝ ╚═════╝ ╚══════╝ ╚═════╝
                                                                                           
'

    Instructions = 
        '1. Avoid the Walls!',
        ' 2. Eat your numbers!',
        ' 3. Watch your tail grow!'

    Controls = 
        'Arrows - Control Direction',
        'Space - Start',
        ' P - Pause',
        ' 1-9 - Classic Levels [1-9]',
        ' 0 - Endless Mode'
    BackgroundColor = '#000a92'
    TextColor = '#11ff33'
    Clock = '00:00:00.1'
    StartLevel = 'Menu'
    Player1Lives = 5
    Player1Score = 0
    GameOverMessage = "
 
 
 ██████╗ █████╗ ███╗ ███╗███████╗ ██████╗ ██╗ ██╗███████╗██████╗
██╔════╝ ██╔══██╗████╗ ████║██╔════╝ ██╔═══██╗██║ ██║██╔════╝██╔══██╗
██║ ███╗███████║██╔████╔██║█████╗ ██║ ██║██║ ██║█████╗ ██████╔╝
██║ ██║██╔══██║██║╚██╔╝██║██╔══╝ ██║ ██║╚██╗ ██╔╝██╔══╝ ██╔══██╗
╚██████╔╝██║ ██║██║ ╚═╝ ██║███████╗ ╚██████╔╝ ╚████╔╝ ███████╗██║ ██║
 ╚═════╝ ╚═╝ ╚═╝╚═╝ ╚═╝╚══════╝ ╚═════╝ ╚═══╝ ╚══════╝╚═╝ ╚═╝
                                                                           
 
"

}