Description

This will be a step-by-step walkthrough of a very simple “game”. The goal is to guide you through each step of the process one time. Your goal should be to understand the meaning of each step, not just complete each step.

We will make a simple multi-world “game”. Each world is a rectangle of a particular color.

  • Pressing a number key K (for example “1” or “2”) causes the current world to send a message to world number K to change to the color of the current world.
  • Pressing “r” randomizes the color of the current world (among some set of choices).

Steps in Walkthrough

There are numbered steps in the sidebar. After each step, save all files and verify that your code runs.

Whitney Young Videos

The bottom of the II-ICS-Links tab of the calendar has videos for each step.

Last modified August 18, 2023: 2022-2023 End State (7352e87)