Holiday Project

In Repl.it I made a project for the holidays. It has a snowman with eyes, a carrot nose, three buttons, a scarf and arms. The background includes snowflakes and a snowy ground. Here is part of my code. It is pretty long so not all of it is shown here. As you can see, I […]

Turtle Maze Challenge

In repl.it, we had a challenge. To get a turtle through a maze. The only problem is, the maze changes every time you run the project so it is unpredictable. It took a while to get started for me but once I figured out a strategy I was able to get through the maze. This […]

Turtle Race

On Repl.it I created a race where 5 turtles race eachother. First, a start and finish line is drawn, then the turtles line up at the track and then after a countdown they race to the finish line. Once one of them cross the finish line the loop is broken out of and the race […]

Inspired Artwork Project

So on Turtle Art I made a project that was inspired by peaks. I used the same code that was in peaks for the sun but instead of a sun I made fireworks. The inspiration for the buildings came from the actual peaks. As you can see, I have a lot of code. I broke […]

My Name in Turtle Art

So in turtle art, I made my name and it changes colors. To make it change colors, the turtle goes around in a forever loop and traces the letters but the color is increased by 5 so it looks like it is changing colors. I learned how to use an action block and how to […]

Some Things About Me

My name is Saanj Garg. I go to Quest Academy and am currently in 7th grade. I play piano and like to play Minecraft. The reason I like Minecraft is because the possibilities are endless. You can create or build whatever you want. You can also play with friends. The music in Minecraft is pretty […]

A Turtle Art Project

My turtle art project has three stars with points touching and they change colors. The turtle creates a star, turns and then creates another star. The pen changes color so the stars are different colors. Since it is a forever loop, the stars keep changing colors. I used a variable to make the changing colors […]