Python lesson 6 text adventure

Python lesson 6 Text adventure
1 / 9
next
Slide 1: Slide
ComputingLower Secondary (Key Stage 3)

This lesson contains 9 slides, with interactive quiz and text slides.

time-iconLesson duration is: 50 min

Items in this lesson

Python lesson 6 Text adventure

Slide 1 - Slide

Enter the information to fill the blanks for your chosen story.

Slide 2 - Open question

Lesson 6: Python programming
Conquer: To choose and start to design your text adventure!


Aspire: Plan and create your story along with the different outcomes.



Slide 3 - Slide

What is games design?
  • Character and environment design (Art)

  • Storytelling and writing!

  • Games development (Programming)

  • Gameplay! How you play the game.

Each aspect needs to be discussed when developing a game!


Slide 4 - Slide

What are text adventures?
Text adventures allow the user to choose how the story progresses by making choices as they go through the story.

The choices the user makes influences how the story ends.

Slide 5 - Slide

Text adventure games
Text adventures have evolved in gaming becoming RPG’S (Role playing games)

 
Our choices In dialogue and gameplay affect the story and ending we get.

Slide 6 - Slide

Lets try a text based adventure game
Click here

Try to complete the game without dying!

Slide 7 - Slide

Choose your story start. ISL






Develop your story: Using print what happens next
Using inputs and if statements to change the direction of the story
A
Space

B
Adventure

C
Horror

Slide 8 - Slide

Save your adventure

Slide 9 - Slide