1 - Design a 2D Fractal & Exam Question


Projects:

<<<

1

2

3

4

5

6

7

8

9

>>>


  • Goal: Design a fractal different from any we've seen so far (the more different the better!)
    • Use the new point datatype (described in graphics-lib.scm)
    • Design a creative exam question that uses your fractal
  • Resources:
    1. Dr. Scheme or MacGambit, available at the bottom of the CS3 www page (If Dr. Scheme, you'll also need the graphics-teachpack)
    2. first-six-fractals.scm (The first six fractals demonstrated in class you all know, coded in old-style without the points data type)
    3. graphics-lib.scm (A set of graphics library routines using points that make coding fractals MUCH easier -- use these!)
    4. fractal-examples.scm (A set of examples coded using the points data type -- look how great and clean they are -- especially flower)
    5. Fall 2000 Fractal question (word / PDF)
    6. Spring 2001 Fractal question (word / PDF)

Projects:

<<<

1

2

3

4

5

6

7

8

9

>>>