#Formatting got really messed up in some instances when cloned to pastebin. Oh well! a = ''' __________________________________________________________________________________________________ | | #Resizing the cmd window to fit | | #the smaller window. | | | | | | | | | | | | | | | | | | | | | | | | | Please resize your screen to fit this | | monitor panel. | | Type "Y" when you are finished resizing, and | | press enter. | | | | | | | | | | | | | | | | | | | | | | | -------------------------------------------------------------------------------------------------- ''' b = ''' __________________________________________________________________________________________________ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Thank you. The game will initialize shortly. | | | | | | | | | | | | | | | | | | | | | | | | | | | | | -------------------------------------------------------------------------------------------------- ''' c = ''' __________________________________________________________________________________________________ | | #Variables c and d are loading | | #simulations. | | | | | | | | | | | | | | | | | | | | | | | | | Loading.. | | | | | | | | | | | | | | | | | | | | | | | | | | | | | -------------------------------------------------------------------------------------------------- ''' d = ''' __________________________________________________________________________________________________ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Loading... | | | | | | | | | | | | | | | | | | | | | | | | | | | | | -------------------------------------------------------------------------------------------------- ''' e = ''' __________________________________________________________________________________________________ | | #Indicating the pygame window, | | #which must be used for player | | #movement. | | | | | | | | | | | | | | | | | | | Initialized! | | | | | | A NEW WINDOW WILL INITIALIZE. DRAG IT TO THE CORNER OF | | THE SCREEN. | | | | | | | | | | | | | | | | | | | | | | | | | -------------------------------------------------------------------------------------------------- ''' aa = '-\o/-' ab = ' ' y = ' ' m = ''' __________________________________________________________________________________________________ |''' + aa + ''' ''' + ab + ''' | | | | | | | | | #Current basic state of the | | #v-board (variable board). | | #A sprite at aa should be | | #deleted, and reassigned to | | #ab upon the pressing of the | | #'d' key (and the opposite for the | | #'w' key). | | | | | | | ''' + y + ''' | | | | | | | | | | | | | | | | | | | | | | | | | | | | | --------------------------------------------------------------------------------------------------