Changing Up a Code
When commenting on a code, it is easier to understand how certain blocks add to the entire code. With that in mind, I decided to play around with the variables from the "769 commented" code and here are the ones I came up with:
Changes made: set max_stepsize to 10 set len to 20 repeat: 30 max_stepsize/ 5 reps + 2 turn 225 degrees len + 6 |
Changes made: set max_stepsize to 10 set len to 20 repeat: 20 max_stepsize/ 2 reps + 2 turn 120 degrees len + 6 |
Changes made: set max_stepsize to 30 set len to 10 repeat: 60 max_stepsize/ 5 reps + 3 turn 210 degrees len + 2 |
Changes made: set max_stepsize to 10 set len to 10 repeat: 30 max_stepsize/ 30 reps + 3 turn 60 degrees len + 4 |
Comments
Post a Comment