Project 5 - Due Tue Feb 24 at 23:00

Reading

  1. Slides and notebooks from the Booleans lecture, the Conditionals lecture, The While Loops lecture, and the Sequences and Loops lecture.
  2. Problems and solutions from Lab 4 and Lab 5.

  3. Think Python reading:

Tasks

The instructions for each task:


About this Project

These tasks will give you practice with basic while and for loops, while also reviewing material on conditionals. You will be creating a word-guessing game using while loops, and writing functions that use loops to created nested turtle graphics circles or nested wavesynth musical phrases.

You must do two tasks this week: the wordGuesser task and then one of either the circles or scales tasks.

If you want to find a partner to work with for this project, use this Google Sheet to do so.

Reminders

Time Estimate

Our per-task estimate for this project is 2.5-3.5 hours, plus up to an hour of reading.


How to turn in this Project