Create a maze game with impenetrable walls, multiple levels, and more!
Design a simple maze using Lego bricks. Now, using four commands: move forward, move backward, turn left, and turn right, can you direct a character through the maze successfully by writing an algorithm on a piece of paper?
Make a game where clicking a sprite scores you points. Add a challenge by making the sprites disappear and reappear or move.
Make a jumping game where a character jumps over moving obstacles to score points!