Grad Project — Turtle Drawing

thip bala
2 min readMay 26, 2020

--

Overview

One option for your graduation project is to re-create a drawing using the Turtle module.

You will be provided an output from a program developed by us, and you will have to recreate it to the best ability that you can. The drawing is provided below.

Note the black background, the text, the moon, and the rocket’s parts.

Criteria / Rubric

TOTAL: /50

Commenting & Communication / 10

  • Program is easy to follow and understand /2
  • Comments are frequent /2
  • Comments are brief and descriptive /4
  • Variable names are accurate and descriptive /2

Functionality / 30

  • Outer Space (Black) Background /3
  • Drawing of the Moon /3
  • Drawing of the Cone /3
  • Drawing of Rocket Body /3
  • Draw Rocket Window /3
  • Draw Rocket Base /3
  • Draw Rocket Fins /5
  • Draw Rocket Fuel /4
  • Draw Text: “We’re Going to the Moon!” /3

Code /10

  • Uses for loops appropriately /6
  • Uses built-in functions appropriately /2
  • Uses turtle methods properly /2

Helpful Sites & Resources

Turtle Module: https://docs.python.org/3.3/library/turtle.html?highlight=turtle

For Loops: https://www.w3schools.com/python/python_for_loops.asp

Submission Link

Deadline is Sunday, May 31st at 11:59PM EST. Submit your finished repl to info@svrobotics.ca

--

--