Hi there
I have been reading all the posts about path finding and still not sure what is the best solution for a pacman style game.
Basically there will be a maximum of 4 baddies at any time, each which may need to call a path finding function to enable them to chase the player
I have programmed the basic game but currently the baddies just move randomly.
Here is the current version
http://www.mediakitchen.co.uk/chomper1.html
I would like to make it a bit more interesting and challenging by making the baddies chase the player.
What path finding algorithm would you suggest for this game? It has to be programmed in AS1 for Flash Player 7.
Many thanks




Reply With Quote