Requirements
- The notebook includes a markdown cell at the top explaining
the overall purpose of the program.
- The notebook includes markdown cells associated with each
function describing what the function does and the purpose of
each parameter.
- There is a drawHouse function that takes at least 5
parameters:
- graphics window
- X coordinate of upper-left corner of house
- Y coordinate of upper-left corner of house
- width of house
- height of house
- The drawHouse function includes some additional
features, such as a chimney, door, or window.
- The size and location of these additional
features are based solely on the function's parameters.
- The drawHouse function is used to draw many
different houses to create a unique picture of a
neighborhood.
include("../style/labfooter.php"); ?>