Kids able to turn RIGHT using degrees

I don’t know if this was suppose to be an option by some of my kids used their knowledge from an Hour of Code that you can type in turnLeft(270); which is turning right. This was awesome… but gets rid of the problem the constraint is trying to create of having to type turn left three times.

Yeah, the parameterized versions of the functions are hiding in plain sight. It will be revealed soon enough, but the intention of these problems is for creativity to come from the constraints of the problem.

The tack we suggest is that you say these early problems are only meant to be done using turnLeft() and moveForward() – if you’re using turnLeft(270), great, but then you’re not solving the problem.

Baker
CSP Team