top of page
Search

Coding Mondrian with Turtle Art

  • Writer: Lily Spearman
    Lily Spearman
  • Feb 1, 2022
  • 1 min read

This assignment was to code a project with Turtle Art that creates artwork in the style of a Mondrian painting.



Project Reflection


  • Describe in full sentences how your code works.

The code works by randomly selecting an x/y coordinate with the "setxy" block. It also repeats

  • Describe in a few sentences how you approached this assignment. How did you experiment with the Random block? What ideas did you try? What didn't work? What surprised you?

The random block worked well with selecting random colors. I spent a lot of time working on different colors.

 
 
 

Comments


bottom of page