Project Description: For this project, we were assigned to use the pen feature on scratch to draw three houses initiated by different keys on the keyboard. The first house (which was initiated by green flag) was supposed to have one singular sprite draw the house by drawing a square and then a triangle. The second house (which was initiated by the "1" key) was drawn using 2 different sprites working separately. In my case, the bananas drew the triangle on top, and the pencil sprite drew a square. The third house (which was initiated by the "2" key) was meant to have broadcast messages that would allow the two sprites to communicate with each other, instead of working separately. The pencil drew the square and communicated to the bananas to start drawing the roof. Once the roof was done, it said to the user "House is complete!" In addition to these three houses, there was required extra practice activities that utilized our code from the first project, as well as an activity that needed us to use our critical thinking. First, using the 5, 6, and 7 keys, we had to make one of the sprites draw a pentagon, a hexagon, and a heptagon. Once we were finished with that, using the "Z" key, we had to draw a flower type figure made by overlapping circles. I didn't understand how to make the circles at first, but a friend hinted me that I just had to program the pen to take a ton of micro steps and change the angle.
Project Link: LINK TO PROJECT