A Text adventure Part 2
If you don't yet have a portrait image .
Below is the code we have completed so far check yours against the code below and fill in any gaps
Objective: Add a brief character background desription box to finish off our character sheet
turtle
Objective: Create a function that gives the user the option to clear their screen.
clear the character screen
screen.textinput()
Next lesson we will be creating an image and adding it to our character sheet as well as making the whole thing more colourful and interesting.
After we have cleared our character sheet we need to create an introduction to our adventure to let people know what the scenario of the Adventure is. We are going to create functions that allows us to write whatever text we want onto the screen using a specific format.
Let's first create a function so we can put a title on any page.