My Name In Turtle Art!

In my code I decided to make my name in turtle art! You can see that there is some long code blocks, but for some letters, for example, the 2 T’s in my name, I use action blocks and did that instead because it would be much easier then just writing long blocks of code. Read More…

Winter Themes Artwork

This time, our challenge was to create anything christmas related. I decided to go with a simple yet complicated christmas tree. So that was a LOT of code. That was the code to make the christmas tree. I probably could’ve shortened it by a LOT by using more repeat blocks, but when I found out Read More…

Turtle Maze

This challenge was extremely difficult and hard to figure out. The challenge was to guide the turtle through the maze, but the catch is that every time you run the code, the maze changes so you have to figure out a way to keep it going. This was all the code I managed to figure Read More…

Turtle Race

This time I made a race using turtle art on python. It basically has 5 turtles and each of them race to the end at random speeds. Here is some pictures of my code. In this picture I import the turtle and import random. I will explain why I import random later. I also add Read More…

Inspired Art Turtle Art

In my turtle art, I included 3 different inspirations. What I was trying to make is it having a sun, then rain at the same time. Then, I would make a rainbow because sun + rain = rainbow. This is how it turned out. It is different every time so if you were to try Read More…