0. Green Flag = clear 1. Use slider to change the 'step-length' (optional) 2. Spacebar - generate one spray of design 3. Drag the cat to a new location Repeat steps 1-3 to create your design (Shift-click the green flag for "turbo mode")
Getting Unstuck - Day 8 "create a project that counts the number of times something happens—and responds when the count reaches a certain number" This project has definitely evolved -- it began with walking around a circle, but with random turns -- checking the total until it reached or exceeded 360, then adjusting so that the final turn made the total 360. Thinking about turtle art and mathematical stitching, after a number of variations (from dots to colored lines), the randomly generated points of the turns are stored in lists, then the lists are stepped through to create the lines from the first point of each original path. The color changes for each design; shading changes step by step until the "floor" of the distance to the point is reached. (Hopefully this will make more sense if you happen to look at the code.)