Java Logo

Escape / System.out.print

        Console Menu Art with Escape Sequences

        This document describes a program that generates a console-based menu layout. 
        The program uses text-based 'art' to create a visually appealing console menu 
        using escape sequences like newline (\n), tab (\t), and double quotes (\").
		This appears to be a game, but it does not do any Action.

        Key Features:
        1. Title Section: Displays the title with a border.
        2. Main Menu Options: Lists primary options for starting, loading, setting up, or exiting.
        3. Separator Line: Separates sections visually.
        4. Options Table: Lists each option with a brief description.
        5. ASCII Art Footer: Adds a 'Thank You!' message with an ASCII border.
        6. Special Character Message: Explains the escape sequences used for formatting.

        Instructions:
        Create a file named PX_lastnameConsoleEscape.java

        Review your pseudocode here.
        View the expected output here.

        Required files:
            • PX_lastnameConsoleEscape.java (Java code)
            • PX_lastnameConsoleEscape.png (Screenshot of output)
            • PX_lastnameConsoleEscape.mp4 (Video of running program)

        Submit all files to Google Classroom.

        **************************************************
        Output should appear in the Eclipse console.
        **************************************************