top of page
DEMONSTRATION
Meet Pinky ! It will always approximate few movements ahead of Pacman path
Blinky - the ordinary ghost that use the A* Search Algorithm
This is Clyde - same as Blinky but sometimes it chickens out, thus; it is useless but function as one of ambusher
Watch out ! It's Inky ghost... together with Blinky its create a good teamwork to catch pacman!
HOW IT WORKS?
1
It shows how we are able to set the movements for the ghosts or Pac-Man.
2
Players play the game they would need to know the right way to turn as only one or two paths are the correct one and one wrong move can lead them to game over
3
Pac-Man would be able to move four ways which are left, right, up and down and as we all know Pac-Man is being controlled by players.
DEMO OF PLAYING WITH 1 GHOST WITH A* SEARCH IMPLEMENTATION
DEMO OF PLAYING WITH MULTIPLE GHOST WITH A* SEARCH + SPECIAL MOVEMENT IMPLEMENTATION
bottom of page