Problem
1. What is a vector-based image? How does it differ from a bitmapped image? When is it better to use a vector-based image?
2. Write a function to roll an image sideways.
3. Now use your house function to draw a town with dozens of houses at different sizes. You'll probably want to modify your house function to draw at an input coordinate, then change the coordinate where each house is drawn.