Choose Your Own Adventure Treasure Hunt

This is a chose your own adventure game where the player makes decisions and the game decides the outcome.

I started with a print statement and some ascii art for the introduction to the player.

         ___       __   _______   ___       ________  ________  _____ ______   _______           _________  ________     
        |\  \     |\  \|\  ___ \ |\  \     |\   ____\|\   __  \|\   _ \  _   \|\  ___ \         |\___   ___\\   __  \    
        \ \  \    \ \  \ \   __/|\ \  \    \ \  \___|\ \  \|\  \ \  \\\__\ \  \ \   __/|        \|___ \  \_\ \  \|\  \   
         \ \  \  __\ \  \ \  \_|/_\ \  \    \ \  \    \ \  \\\  \ \  \\|__| \  \ \  \_|/__           \ \  \ \ \  \\\  \  
          \ \  \|\__\_\  \ \  \_|\ \ \  \____\ \  \____\ \  \\\  \ \  \    \ \  \ \  \_|\ \           \ \  \ \ \  \\\  \ 
           \ \____________\ \_______\ \_______\ \_______\ \_______\ \__\    \ \__\ \_______\           \ \__\ \ \_______\
            \|____________|\|_______|\|_______|\|_______|\|_______|\|__|     \|__|\|_______|            \|__|  \|_______|
                                                                                                                 
                            *******************************************************************************
                                      |                   |                  |                     |
                             _________|________________.=""_;=.______________|_____________________|_______
                            |                   |  ,-"_,=""     `"=.|                  |
                            |___________________|__"=._o`"-._        `"=.______________|___________________
                                      |                `"=._o`"=._      _`"=._                     |
                             _________|_____________________:=._o "=._."_.-="'"=.__________________|_______
                            |                   |    __.--" , ; `"=._o." ,-"""-._ ".   |
                            |___________________|_._"  ,. .` ` `` ,  `"-._"-._   ". '__|___________________
                                      |           |o`"=._` , "` `; .". ,  "-._"-._; ;              |
                             _________|___________| ;`-.o`"=._; ." ` '`."\` . "-._ /_______________|_______
                            |                   | |o;    `"-.o`"=._``  '` " ,__.--o;   |
                            |___________________|_| ;     (#) `-.o `"=.`_.--"_o.-; ;___|___________________
                            ____/______/______/___|o;._    "      `".o|o_.--"    ;o;____/______/______/____
                            /______/______/______/_"=._o--._        ; | ;        ; ;/______/______/______/_
                            ____/______/______/______/__"=._o--._   ;o|o;     _._;o;____/______/______/____
                            /______/______/______/______/____"=._o._; | ;_.--"o.--"_/______/______/______/_
                            ____/______/______/______/______/_____"=.o|o_.--""___/______/______/______/____
                            /______/______/______/______/______/______/______/______/______/______/_____ /
                            *******************************************************************************
 _________  ________  _______   ________  ________  ___  ___  ________  _______           ___  ________  ___       ________  ________   ________     
|\___   ___\\   __  \|\  ___ \ |\   __  \|\   ____\|\  \|\  \|\   __  \|\  ___ \         |\  \|\   ____\|\  \     |\   __  \|\   ___  \|\   ___ \    
\|___ \  \_\ \  \|\  \ \   __/|\ \  \|\  \ \  \___|\ \  \\\  \ \  \|\  \ \   __/|        \ \  \ \  \___|\ \  \    \ \  \|\  \ \  \\ \  \ \  \_|\ \   
     \ \  \ \ \   _  _\ \  \_|/_\ \   __  \ \_____  \ \  \\\  \ \   _  _\ \  \_|/__       \ \  \ \_____  \ \  \    \ \   __  \ \  \\ \  \ \  \ \\ \  
      \ \  \ \ \  \\  \\ \  \_|\ \ \  \ \  \|____|\  \ \  \\\  \ \  \\  \\ \  \_|\ \       \ \  \|____|\  \ \  \____\ \  \ \  \ \  \\ \  \ \  \_\\ \ 
       \ \__\ \ \__\\ _\\ \_______\ \__\ \__\____\_\  \ \_______\ \__\\ _\\ \_______\       \ \__\____\_\  \ \_______\ \__\ \__\ \__\\ \__\ \_______\
        \|__|  \|__|\|__|\|_______|\|__|\|__|\_________\|_______|\|__|\|__|\|_______|        \|__|\_________\|_______|\|__|\|__|\|__| \|__|\|_______|
                                            \|_________|                                         \|_________|                                        

Here is my code solution

# Deleted the Welcome ASCII for space sake
print("Welcome to Treasure Island.")
print("Your mission is to find the treasure.") 


choice1 = input('You\'re at a cross road. Where do you want to go? Type "left" or "right" \n').lower()
if choice1 == "left":
  choice2 = input('You\'ve come to a lake. There is an island in the middle of the lake. Type "wait" to wait for a boat. Type "swim" to swim across. \n').lower()
  if choice2 == "wait":
      choice3 = input('You are on the island. There is a bottle on the shore, do you open it? Type "Yes" or "No"\n').lower()
      if choice3 == "yes":
          choice4 = input('You\'ve found a map! There are two drawings on top of it. One is a large red X and the other is a gold builion. Which do you chose? Type X or Gold.\n').lower()
          if choice4 == "x":
              print('''
$$\     $$\  $$$$$$\  $$\   $$\        $$$$$$\  $$$$$$$\  $$$$$$$$\ 
\$$\   $$  |$$  __$$\ $$ |  $$ |      $$  __$$\ $$  __$$\ $$  _____|
 \$$\ $$  / $$ /  $$ |$$ |  $$ |      $$ /  $$ |$$ |  $$ |$$ |      
  \$$$$  /  $$ |  $$ |$$ |  $$ |      $$$$$$$$ |$$$$$$$  |$$$$$\    
   \$$  /   $$ |  $$ |$$ |  $$ |      $$  __$$ |$$  __$$< $$  __|   
    $$ |    $$ |  $$ |$$ |  $$ |      $$ |  $$ |$$ |  $$ |$$ |      
    $$ |     $$$$$$  |\$$$$$$  |      $$ |  $$ |$$ |  $$ |$$$$$$$$\ 
    \__|     \______/  \______/       \__|  \__|\__|  \__|\________|
    
   ||====================================================================||
   ||//$\\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\//$\\||
   ||(100)==================| FEDERAL RESERVE NOTE |================(100)||
   ||\\$//        ~         '------========--------'                \\$//||
   ||<< /        /$\              // ____ \\                         \ >>||
   ||>>|  12    //L\\            // ///..) \\         L38036133B   12 |<<||
   ||<<|        \\ //           || <||  >\  ||                        |>>||
   ||>>|         \$/            ||  $$ --/  ||        One Hundred     |<<||
||====================================================================||>||
||//$\\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\//$\\||<||
||(100)==================| FEDERAL RESERVE NOTE |================(100)||>||
||\\$//        ~         '------========--------'                \\$//||\||
||<< /        /$\              // ____ \\                         \ >>||)||
||>>|  12    //L\\            // ///..) \\         L38036133B   12 |<<||/||
||<<|        \\ //           || <||  >\  ||                        |>>||=||
||>>|         \$/            ||  $$ --/  ||        One Hundred     |<<||
||<<|      L38036133B        *\\  |\_/  //* series                 |>>||
||>>|  12                     *\\/___\_//*   1989                  |<<||
||<<\      Treasurer     ______/Franklin\________     Secretary 12 />>||
||//$\                 ~|UNITED STATES OF AMERICA|~               /$\\||
||(100)===================  ONE HUNDRED DOLLARS =================(100)||
||\\$//\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\\$//||
||====================================================================||                                                        
                
                $$$$$$$\  $$$$$$\  $$$$$$\  $$\   $$\ $$\ 
                $$  __$$\ \_$$  _|$$  __$$\ $$ |  $$ |$$ |
                $$ |  $$ |  $$ |  $$ /  \__|$$ |  $$ |$$ |
                $$$$$$$  |  $$ |  $$ |      $$$$$$$$ |$$ |
                $$  __$$<   $$ |  $$ |      $$  __$$ |\__|
                $$ |  $$ |  $$ |  $$ |  $$\ $$ |  $$ |    
                $$ |  $$ |$$$$$$\ \$$$$$$  |$$ |  $$ |$$\ 
                \__|  \__|\______| \______/ \__|  \__|\__|
                                          
              ''')

else:
    print('''
      ▄████  ▄▄▄       ███▄ ▄███▓▓█████ 
     ██▒ ▀█▒▒████▄    ▓██▒▀█▀ ██▒▓█   ▀ 
    ▒██░▄▄▄░▒██  ▀█▄  ▓██    ▓██░▒███   
    ░▓█  ██▓░██▄▄▄▄██ ▒██    ▒██ ▒▓█  ▄ 
    ░▒▓███▀▒ ▓█   ▓██▒▒██▒   ░██▒░▒████▒
     ░▒   ▒  ▒▒   ▓▒█░░ ▒░   ░  ░░░ ▒░ ░
      ░   ░   ▒   ▒▒ ░░  ░      ░ ░ ░  ░
    ░ ░   ░   ░   ▒   ░      ░      ░   
          ░       ░  ░       ░      ░  ░
                                    
                 _.--""""''-.
              .-'            '.
            .'                 '.
           /            .        )
          |                   _  (
          |          .       / \  \
          \         .     .  \_/  |
           \    .--' .  '         /
            \  /  .'____ _       /,
             '/   (\    `)\       |
             ||\__||    |;-.-.-,-,|
             \\___//|   \--'-'-'-'|
        jgs   '---' \             |
       .--.          '---------.__)   .-.
      .'   \                         /  '.
     (      '.                    _.'     )
      '---.   '.              _.-'    .--'
           `.   `-._      _.-'   _.-'`
             `-._   '-.,-'   _.-'
                 `-._   `'.-'
               _.-'` `;.   '-._
        .--.-'`  _.-'`  `'-._  `'-.--.
       (       .'            '.       )
        `,  _.'                '._  ,'
          ``                      ``
     ▒█████   ██▒   █▓▓█████  ██▀███  
    ▒██▒  ██▒▓██░   █▒▓█   ▀ ▓██ ▒ ██▒
    ▒██░  ██▒ ▓██  █▒░▒███   ▓██ ░▄█ ▒
    ▒██   ██░  ▒██ █░░▒▓█  ▄ ▒██▀▀█▄  
    ░ ████▓▒░   ▒▀█░  ░▒████▒░██▓ ▒██▒
    ░ ▒░▒░▒░    ░ ▐░  ░░ ▒░ ░░ ▒▓ ░▒▓░
      ░ ▒ ▒░    ░ ░░   ░ ░  ░  ░▒ ░ ▒░
    ░ ░ ░ ▒       ░░     ░     ░░   ░ 
        ░ ░        ░     ░  ░   ░     
                  ░                   
''')

Screen Shot 2022-07-24 at 8 01 52 PM

Here is the solution:

Screen Shot 2022-07-24 at 7 52 21 PM

If the user completes the entire game, they are rewarded with this message:

              $$\     $$\  $$$$$$\  $$\   $$\        $$$$$$\  $$$$$$$\  $$$$$$$$\ 
              \$$\   $$  |$$  __$$\ $$ |  $$ |      $$  __$$\ $$  __$$\ $$  _____|
               \$$\ $$  / $$ /  $$ |$$ |  $$ |      $$ /  $$ |$$ |  $$ |$$ |      
                \$$$$  /  $$ |  $$ |$$ |  $$ |      $$$$$$$$ |$$$$$$$  |$$$$$\    
                 \$$  /   $$ |  $$ |$$ |  $$ |      $$  __$$ |$$  __$$< $$  __|   
                  $$ |    $$ |  $$ |$$ |  $$ |      $$ |  $$ |$$ |  $$ |$$ |      
                  $$ |     $$$$$$  |\$$$$$$  |      $$ |  $$ |$$ |  $$ |$$$$$$$$\ 
                  \__|     \______/  \______/       \__|  \__|\__|  \__|\________|

                 ||====================================================================||
                 ||//$\\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\//$\\||
                 ||(100)==================| FEDERAL RESERVE NOTE |================(100)||
                 ||\\$//        ~         '------========--------'                \\$//||
                 ||<< /        /$\              // ____ \\                         \ >>||
                 ||>>|  12    //L\\            // ///..) \\         L38036133B   12 |<<||
                 ||<<|        \\ //           || <||  >\  ||                        |>>||
                 ||>>|         \$/            ||  $$ --/  ||        One Hundred     |<<||
              ||====================================================================||>||
              ||//$\\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\//$\\||<||
              ||(100)==================| FEDERAL RESERVE NOTE |================(100)||>||
              ||\\$//        ~         '------========--------'                \\$//||\||
              ||<< /        /$\              // ____ \\                         \ >>||)||
              ||>>|  12    //L\\            // ///..) \\         L38036133B   12 |<<||/||
              ||<<|        \\ //           || <||  >\  ||                        |>>||=||
              ||>>|         \$/            ||  $$ --/  ||        One Hundred     |<<||
              ||<<|      L38036133B        *\\  |\_/  //* series                 |>>||
              ||>>|  12                     *\\/___\_//*   1989                  |<<||
              ||<<\      Treasurer     ______/Franklin\________     Secretary 12 />>||
              ||//$\                 ~|UNITED STATES OF AMERICA|~               /$\\||
              ||(100)===================  ONE HUNDRED DOLLARS =================(100)||
              ||\\$//\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\\$//||
              ||====================================================================||                                                        

                              $$$$$$$\  $$$$$$\  $$$$$$\  $$\   $$\ $$\ 
                              $$  __$$\ \_$$  _|$$  __$$\ $$ |  $$ |$$ |
                              $$ |  $$ |  $$ |  $$ /  \__|$$ |  $$ |$$ |
                              $$$$$$$  |  $$ |  $$ |      $$$$$$$$ |$$ |
                              $$  __$$<   $$ |  $$ |      $$  __$$ |\__|
                              $$ |  $$ |  $$ |  $$ |  $$\ $$ |  $$ |    
                              $$ |  $$ |$$$$$$\ \$$$$$$  |$$ |  $$ |$$\ 
                              \__|  \__|\______| \______/ \__|  \__|\__|
                              

This projected tested if statements and nested statements. I also experimented with ASCII art and made a larger project with multiple inputs and combinations.