Hello,
I would like to create a clone of pac-man for fun. I have my graphics drawn, and I can move the characters. How does AI work? Does anyone know of some Objc AI tutorials?
Thanks
Others already pointed you to the links about the ghosts, however you may need to implement some kind of path finding algorithm in order for your ghosts to make an educated guess on which path to take. (I could be wrong, I've never thought long and hard about how to make Pacman).
Here is a book that is very good for getting your feet wet with AI. Its written in C++ but that doesn't matter since the same concepts will apply: