Computer Science LearnITWithMrC ⛯ Year 7 Year 8 Year 9 GCSE
Responsive image

Finishing Touches

What am I Learning today?

I am learning how to create and loop through simple lists in python
I am learning how to add and remove items from a list

Knowledge Organiser

×

Lesson

Task 0 - Portait images Click to see more

If you don't yet have a portrait image .

Then save one of the images below image into your adventure folder


  • Save your image as character.Gif into your text adventure folder

  • Task 1 - Code so far Click to see more

    Below is the code we have completed so far check yours against the code below and fill in any gaps



    Task 2 - Final Detail Click to see more

    Objective: Add a brief character background desription box to finish off our character sheet

    • Part 1:
      • Let's use turtle to a new box on the character sheet and then add some text into it.

      • Code




      • Outcome: You will enhance your coding skills by practicing structured drawing with turtle and improving your program’s visual appeal.

    Task 3 - Clearing the screen Click to see more

    Objective: Create a function that gives the user the option to clear their screen.

    • Guidelines:
      • Write a function that asks the user if they want to clear the character screen.
        • Let's create a function


        • Implement a user prompt with screen.textinput() to clear the screen when desired.

      • Outcome: you will develop more advanced turtle drawing techniques and implement interactive features to refine their user interface.

    Task 4 - What are we aiming for? Click to see more

    Task 4: Final Character Sheet

    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.



    Task 5 - Starting our Adventure Click to see more

    Task 5: Starting out adventure

    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.

    Writing a page title

    Let's first create a function so we can put a title on any page.


    Code


  • Now write your own introduction to go below your new page title!


  • My Notes: Text_Programming

    Student_Comment_2 not found

    Task Notes/Comments - Add here Click to see more

    Comments/Notes