I really need alot of help with an advanced higher computing project due in TOMORROW!

I started to code a pacman game which was easy at first but then i got onto the movement part!

If anyone has any ideas on how i can get pacman and the ghosts to move along a predefined path, your help would be incredibly appreciated!

Well, you are going to need some sort of way to know where the paths are. Once you have that then the rest should be easy. One thought is to color the areas where your object are not allowed to travel with a color of your choice. Then you can do some collision detection to make sure your objects do not go where they are not supposed to go.

Good Luck

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.