Lesson 1
How to Talk to the Computer
Chapter 3: Designing a guessing game
Improving the guessing game
We will now attempt to make the guessing game more user friendly.
Summary:
- I have introduced you to a “two-way selection” block (an
if-else
statement) - Blocks can be nested inside another (composition).