This is an archived version of the course. Please find the latest version of the course on the main webpage.

Chapter 3: Designing a guessing game

Improving the guessing game

face Josiah Wang

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).