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. MORE IDEAS To change it just draw any maze/path you want to using the same color green I used (in the scratch paint editor that's the 4th square down in the green column). Then change the pacman costume
Since the default version of the pacman that comes with scratch seemed a little boring, I decided to fix it up! It's not much for a 8-month hiatus, but I usually scrap the things I start now... Hit Q to use the console, and use the arrow keys for the default controls (you can switch it to wasd in the console) you can change the speed with the "sp" command, change pacman's costume with "cost", and change the level with "map"! more instructions are under comments in the Stage. Pacman even responds if you tell him "hi"! I also added my own maze, along with some secret ones ;)