You are on page 1of 6

Blockly Exercises - Turtle

Alizza Clare Marie Tangliben


Turtle 6
• I started by making a loop (3x)
that navigates the space for the
three stars and inside that loop
is another one which contains
the blocks for drawing the stars.
After that I put in blocks (pen
up/down, move forward, and
turn) that are meant to draw the
line onn the left side.
Turtle 7
• This level was pretty much the
same as the last one. The only
difference is I had to put in
another loop that ran 4 times
and inside that loop are blocks
that made the pointer go
backward and turn 45 degrees
and move forward again.
Turtle 8
• This level almost has the same
process as the last level but the
difference is, instead of the loop
for the Figure on the left only
repeating four times, it is
repeated 360 times and
adjusting at 1 degree per
repetition to make a full circle.
Turtle 9
• Again, this level is almost the
same as the last one, I just
added c ouple extra blocks for
the black circle to make the
white circle look crescent. To do
that, added a blocks that made
the pointer move forward at a
certain angle and I made that
the new center of the new circle
and looped the command for
the circle again. I also changed
the color to black.
Turtle 10
• I first constructed the red base of
the flag by looping the blocks that
went forward, turn, forward, turn,
forward (different measurements).
Then I went on to create the circle
with another loop then another
loop That repeated twice for the
swastika and another loop inside
that to make the lines thicker.
(I am not a nazi, this was just the first
thing that came to mind that was
actually within my skill level.)

You might also like