Introduction to JavaScript
Learn scripting using javascript, without the need to setup complex environment.
Robo has to get out of the maze to be able to go back home, after that he will have to pack his stuff and get ready for the return journey.
Robo needs help finding his backpack and getting out of this maze. Use the letters on the cells to direct Robo in the correct direction. Cells with "F" means move forward, cells with "R" means rotate right, and cells with "L" means rotate left. The end of the maze is marked with the letter "E" for end.
Since Robo found his backpack, it’s time to pack up all his stuff. Follow the path to pick up his items. The red cells mean Robo should turn right while the blue cells means Robo should turn left.
Robo needs to gather rocks to examine, but he can only hold rocks that weigh less than 5 kilograms. If the number printed on the cell is greater than or equal to 5, drop it immediately before going to the next cell.
Robo found a bunch of equipment around the volcano. Help him pick up all these items while he investigates the area.
Head towards the volcano and collect all the items on Robo's path.
Introduction to JavaScript
Learn scripting using javascript, without the need to setup complex environment.