Download the 2 sprites and 8 scripts of "cloak man" and open it in Scratch
Project Notes
INSTRUCTIONS
Use arrow keys to move
HOW THIS CODE WORKS
I made this program so others could make their own pacman and other maze games and artistic expressions. The way this program works is that whenever you push an arrow key, pacman points in the direction you push (if "left arrow key" pressed point "left"). Then pacman moves forward as long as his whiskers (a purple dot in front of his mouth) are touching the color green. You can see this in the pacman sprite "if (purple touching green)". If pacman touches red, the maze switches.
Comments
You need to be logged in to post comments
Add a Comment