The primary goal of these skill challenges is to reinforce the fundamentals learned in . Unlike regular levels, skill challenges often require "cleaner" code to earn a full 3-star rating .
While the early stages of the game introduce basic concepts like step counting and simple direction, the are where the training wheels come off. Specifically, Skill Challenges 6 through 10 represent a critical junienture in a coder's journey. This block transitions the user from simple linear instructions to logic that requires foresight, variables, and conditional thinking. code monkey skill challenge 6-10
In these levels, you typically have two or more turtles that need to be moved closer together to form a platform for the monkey. Measure the Gaps The primary goal of these skill challenges is
This level often introduces a "lake" or obstacle where you must coordinate movements between a monkey and another animal, like a . Specifically, Skill Challenges 6 through 10 represent a
5.times -> step 1
: Moves the monkey forward or backward (using negative numbers). turn right : Rotates the monkey 90 degrees. turnTo object
Levels 6 and 7 were about flexibility; Skill Challenge 8 is about . This is where Code Monkey introduces the times loop (similar to a for loop in other languages).