Download presentation
Presentation is loading. Please wait.
Published byJulian Turner Modified over 8 years ago
1
Python Programming Adventure Game Instruction Start
2
Memory Area Dada processing area a=1 b=2 c=a+b print c Output area Welcome to this game! You will follow the program lines on the right and take the role of the computer to direct the avatar (blue man) to make correct response about what will happen after each line is executed. Gooooooo!>>>> Welcome to this game! You will follow the program lines on the right and take the role of the computer to direct the avatar (blue man) to make correct response about what will happen after each line is executed. Gooooooo!>>>>
3
Memory Area Dada processing area a=1 b=2 c=a+b print c Output area
4
Memory Area Dada processing area a=1 b=2 c=a+b print c 1 Output area
5
Memory Area Dada processing area a=1 b=2 c=a+b print c 1 Output area
6
Memory Area Dada processing area a=1 b=2 c=a+b print c 1 a Output area
7
Memory Area Dada processing area a=1 b=2 c=a+b print c 1 a Output area Congratulations! You get one score!
8
Memory Area Dada processing area a=1 b=2 c=a+b print c 1 a 2 Output area
9
Memory Area Dada processing area a=1 b=2 c=a+b print c 1 a 2 Output area
10
Memory Area Dada processing area a=1 b=2 c=a+b print c 1 a 2 b Output area
11
Memory Area Dada processing area a=1 b=2 c=a+b print c 1 a 2 b Output area Congratulations! You get one score!
12
Memory Area Dada processing area a=1 b=2 c=a+b print c 1 a 2 b Output area
13
Memory Area Dada processing area a=1 b=2 c=a+b print c 1 a 2 b Output area
14
Memory Area Dada processing area a=1 b=2 c=a+b print c 1 a 2 b 1 Output area
15
Memory Area Dada processing area a=1 b=2 c=a+b print c 1 a 2 b 1 1 Output area
16
Memory Area Dada processing area a=1 b=2 c=a+b print c 1 a 2 b 1 1 Output area
17
Memory Area Dada processing area a=1 b=2 c=a+b print c 1 a 2 b 1 1 2 Output area
18
Memory Area Dada processing area a=1 b=2 c=a+b print c 1 a 2 b 1 1 2 Output area
19
Memory Area Dada processing area a=1 b=2 c=a+b print c 1 a 2 b 1 1 2 2 Output area
20
Memory Area Dada processing area a=1 b=2 c=a+b print c 1 a 2 b 1 2 3 Output area
21
Memory Area Dada processing area a=1 b=2 c=a+b print c 1 a 2 b 1 2 3 Output area
22
Memory Area Dada processing area a=1 b=2 c=a+b print c 1 a 2 b 1 2 3 Output area
23
Memory Area Dada processing area a=1 b=2 c=a+b print c 1 a 2 c b 1 2 3 Output area
24
Memory Area Dada processing area a=1 b=2 c=a+b print c 1 a 2 c b 1 2 3 Output area Congratulations! You get one score!
25
Memory Area Dada processing area a=1 b=2 c=a+b print c 1 a 2 c b 1 2 3 Output area
26
Memory Area Dada processing area a=1 b=2 c=a+b print c 1 a 2 c b 1 2 3 Output area
27
Memory Area Dada processing area a=1 b=2 c=a+b print c 1 a 2 c b 1 2 3 3 Output area
28
Memory Area Dada processing area a=1 b=2 c=a+b print c 1 a 2 c b 1 2 3 3 3 Output area
29
Memory Area Dada processing area a=1 b=2 c=a+b print c 1 a 2 c b 1 2 3 3 3 Output area
30
Memory Area Dada processing area a=1 b=2 c=a+b print c 1 a 2 c b 1 2 3 3 3 Output area Congratulation! You got 4 points and win the game! Congratulation! You got 4 points and win the game!
31
Memory Area Dada processing area a=1 b=2 c=a+b print c 1 a 2 c b 1 2 3 3 3 Output area
Similar presentations
© 2025 SlidePlayer.com. Inc.
All rights reserved.