CS111 Lab 6

PreLab

Objectives

Exercises

Most of the programming problems for this lab take place in extensions of TurtleWorld. The code is in the lab6_programs folder within the /usr/users/cs111/download directory on nike.wellesley.edu. The problems are arranged in order of difficulty with the easiest problem first. The last problem is a BuggleWorld recursion problem.

  1. BoomerangWorld
  2. EiffelWorld
  3. InvertedTrianglesWorld
  4. NestedWindowWorld
  5. NestedPolygonWorld
  6. ConcentricRugWorld

Working samples of the above worlds are available in the Test folder which is included in the lab6_programs folder.