TURTLE ART GALLERY & MEMO 🐢
RANDOM SQUARES ⬜️ As you can see above, it is a piece of artwork I created using TURTLE ART. In this program, I used Random block a lot. Since the random block can generate different values each time you call it, I can create unique artwork each time I run the coding block. There are several elements that I used random block: 1. Color 2. Width and Length 3. Positions 4. Pen size 👇👇👇 This picture shows how I made it.😜 Besides this, I have also done some of the challenges in the Geometric Drawing Challenges. I pretty enjoyed recreating them piece by piece and reflecting on the function of each block. I reckon this challenge is a difficult one for me. I spent a long time dong this one than others. As presented in the picture, the code block is a large chunk with four conditional statements. In order to make the main body of the code look more compact and clean, I used my block to store a repeated pattern. 1.Before the conditional statements, the pe...