Treasure Hunter Title Screen

Overview:

You should already have the directions for Treasure Hunter programmed and saved as THUNTER0. In this project, you will create the opening screen for your Treasure Hunter game. The opening screen will appear before the directions.

Specifics:

The opening screen should do three things. First, it should spell the word TREASURE, letter by letter, pausing for about a second between each letter. You can use the LOCATE statement to place letters at various locations on the screen.

Second, it should show the word HUNTER, printing all at once, after TREASURE has been printed. Pause briefly after HUNTER has been printed.

Finally, it should print the programmer name and pause for a short time before the screen clears and shows the directions..

Re-Save the program as THUNTER0.