Coding Adventure 7: Puzzles

Introduction to Python

Learn scripting using Python, without the need to setup complex environment.

JOIN

Description

Robo will have to solve some puzzles and riddles before he proceeds with his excavation, he has to complete equations and guess some missing numbers to see what ancient discoverers want to tell him.

Preview Video

Coding Missions

Rock first, then camera

Collect the rock in front of Robo and check the number written under it. This is the number of required cameras. If the number is greater than 3, Robo should turn right so there are enough cameras to collect, otherwise Robo can collect up to 3 cameras by going straight.

Volcanic area

Robo needs to count the number of red cells and green cells before leaving the volcanic area. Print the total sum of red and green cells onto the screen to wrap up this Journey.

Rock in the way

Robo is heading to the volcanic boulder on the red cell, but there is a rock in-between his path. Robo needs to check the distance to that rock and if the distance is less than or equal 30, he will move around the rock and continue to the boulder.

Fill up the backpack

Time to pack the backpack! Pick up the backpack and check the weight value under it. If the weight is less than 15 kilograms, collect all shackles. If the weight value is from 15 to 25 kilograms, collect the purple and orange shackles only. Otherwise, Robo can only collect the purple shackles.

Rare rocks!

Look at those rare rocks! Collect the rare rocks with values more than or equal to 50. If the rocks are less than 50, drop the rock immediately. Make sure Robo prints the sum value of the rare rocks on the screen.

Introduction to Python

Learn scripting using Python, without the need to setup complex environment.

JOIN
Canada Flag Privacy Policy Terms of Use
Got an invite