Exercise 07: Scary Good Drawings!
The spooky season is here and we need to create some horrifyingly good images for Halloween!
Setup
- Download the zip file containing the starter code.
- Extract the
ex07folder an place it into yourcs102folder - Open the files
halloween.pywith Thonny
Assignment
Halloween approaches and you need to plan your jack-o-lantern carvings and decorations! Using Turtle, create a spooky image of a jack-o-lantern, haunted house, or some other fun Halloween scene! You must use Turtle to draw your images! Your image must display:
- Text
- At least one shape drawn using
circle() - At least one “Freehand” shape drawn using
forward(),backward(),left(),right(), orgo_to() - At least one filled shape
- At least three different colors
Have fun with this! While your art doesn’t need to hang in a museum, it does need to resemble the visual concept you are trying to display reasonably. This means no post-modern scribbles or splotches, please. :)
Hints
Submission
Right-click your ex07 assignment folder and choose compress on MacOS or Compress to ZIP file on Windows. Upload the zip file to the matching Moodle assignment to submit your work.
Grading - 10 points
- 10 points - The image reasonably resembles some scene and features the requirements above