Create a maze video game by first making a back drop with rectangles of different shapes but one color. Make one block at the end with a different color. Then make code to move your sprite through the maze. Place the sprite in location x= -205 and y= 147 by creating a when flag go to block. Control the movement of your sprite by using the when arrow key is pressed. When down arrow is pressed point 180 then move 10, up arrow point 0 then move 10, when right is pressed point 90 the move 10, when left is pressed point -90 then move 10. Create another when flag block that turns your sprint around by using if touching color within a forever block that ends in a move -10. Finally code a block that sends a message to the user that that have reached the end of the maze when the different colored block is touched.
|