MCS 178: Introduction to Computer Science II (Spring 2011)

MCS-178: Project 3 Gradesheet

Compilation (5 pts)

  • The source file compiles successfully

Dragon (5 pts)

  • Correctly reverse the orientation for the second subcurve

Sierpinski (40 pts)

  • triangle procedure (10 pts)
  • sierpinski procedure (30 pts)
    • Distinguishes the level (5 pts)
    • Uses triangle procedure correctly (5 pts)
    • Calculation of coordinates (10 pts)
    • Correct behaviors based on the level (10 pts)

Your Choice of Fractal (40 pts)

  • Implementation (30 pts)
  • Complexity of the fractal (10 pts)

Documentation (10 pts)

  • readme.txt (5 pts)
  • Comments, meaningful variable names, appropriate indentation, etc. (5 pts)

Total: 100 pts