I found a lot of references to the AI of the ghosts in Pacman, but none of them mentioned how the eyes find their way back to the central ghost hole after a ghost is eaten by Pacman.
In my implementation, I implemented a simple but awful solution. I just hardcoded on every corner which direction should be taken.
Is there any better/or the best solution? Maybe a generic one that works with different level designs?