You are on page 1of 8

Aiza E.

Limbo BSIT-1B
Assignment# 1

MAZE

In this activity, students will learn to create a simple algorithm using block code. The platform used for
this activity is a website created by Google that provides free educational games that allows students to
program a block code algorithm for navigating a virtual maze.
UNBLOCK
In this activity, the student will play a game named Unblock. The application will help the students
improve their cognitive and problem-solving skills by creating algorithm to complete the level.

Objective: The goal of this game is to unblock the red block out of the board by sliding the other blocks
out of its way with the minimal number of moves.

1ST Algorithm Moves: 26 Level 19

1.Move the eighth block all the way to the right, then the sixth block all the way down.
2. Move the third block down, then the second block to the right completely.
3. The 4th block should be moved higher, followed by the 9th block being moved to the right.
4. Move the first block down three blocks, then the sixth block up one block.
5. Place the 9th block on the left, then the 4th block on the right.
6. Move the 2nd block to the left completely, then the 5th block to the right completely.
7. Place the first and sixth blocks down, then the seventh block three blocks to the left.
10. Raise the first block to its full height.
11. Move the 7th block all the way to the left, then the 6th block up.
12. Move the 8th block all the way to the right, then both the 5th and 3rd blocks down.
13. Last but not least, slide the red block towards the goal
V
2ND ALGORITHM

1. Move the third block all the way to the right and the second block all the way down.
2. Move the 4th brick to the right, then the red block.
3. After that, move the red block to the left and the first block three blocks down.
4. Move the 4th block down, then the 2nd block to the right completely.
5. The 5th block should be moved upward, followed by the 7th block being moved to the
right.
6. Move the 8th block all the way to the right, then the 6th block all the way to the left.
7. After that, move the 5th block down and the 7th block to the left.
8. Move the second block all the way to the right, then the fourth block all the way up.
9. Move the red brick two blocks to the right, then the first block two blocks up.
10. After that, move the 6th block up and the 7th block to the left.
11. The 3rd block should be moved down, followed by the 8th block, which should be moved
to the left.
12. Finally, lower the fifth block and swipe the red block towards the goal.
V

You might also like