Pixel Turtle

Pixel Turtle

Let’s draw this turtle with code!

1 of 5

panda head

Instructions

Use the input box to write the code that will draw the turtle image on the left. The code is written in the format of letternumber=color. For example, N7=060 will color the pixel at N7 with the color 060. The letters are the columns and the numbers are the rows.

The colors are represented by a three-digit number. The first digit represents the red value, the second digit represents the green value, and the third digit represents the blue value. For example, the color 060 is a shade of green. The first digit is 0, the second digit is 6, and the third digit is 0.

Click the Play Hint button to see the solution. Click the Start Over button to clear the input box and start the lesson over.

Complete all five lessons to finish the Pixel Turtle Beginner lesson pack.

Pixel Turtle