So you just learned a LOT of information. I am sure you guys are feeling a little overwhelmed with everything that we have learned these past few weeks. Good news is that we are slowing down from here on out.

I know last weeks lab wasnt the greatest but it was important to learn those skills.

Todays lab is going to be a lot more creative and hopefully a lot more fun. So we just learned about loops and functions. So follow the instructions below
  • Just to get the feel of turtle create a circle with a variable radius.
    • This radius should be given by user input
  • Now that you have a tad bit of an understanding of how turtle works create a triangle using a for loop so you dont write the code to draw each side of the triangle.
  • Now that stuff was a little trivial. We are the Dukes here at JMU after all. So now we are going to create a program using loops, variables, and functions to draw a Duke dog! I do not expect this to be the Mona Lisa so just do your best!

  • Here is an example of a Duke Dog!

If you have finished your Duke Dog to your desire then you can continue on with this activity. Continue with the extended version!