Pacman Shortest Path
Using
- Biconnected components
- Pathfinding in Pacman domain - compare different algorithm and euristics including Meet in Middle (MM)
- a short path for eating all the dots
- Working Harder, not Smarter in Pacman
- use collaborative-diffusion
- The Pacman dossier (gamedeveloper)
- Pacman: how do the eyes find their way back to the monster hole? [closed]
Biconnected components
see also
Written on April 28, 2024, Last update on April 28, 2024
codingame
pacman
graph
algorithm
pathfinding
search