Accurate remake of Pac-Man in JavaScript
shaunew.github.com
Accurate remake of Pac-Man in JavaScript
1–10 of 60 posts
Re: Accurate remake of Pac-Man in JavaScript
#2Re: Accurate remake of Pac-Man in JavaScript
#3Re: Accurate remake of Pac-Man in JavaScript
#4Re: Accurate remake of Pac-Man in JavaScript
#5Re: Accurate remake of Pac-Man in JavaScript
#6Re: Accurate remake of Pac-Man in JavaScript
#7Re: Accurate remake of Pac-Man in JavaScript
#8Re: Accurate remake of Pac-Man in JavaScript
#9The remakes look really good -- good job! Does the original Pac-Man remake use the same AI behavior as the original arcade version? I ask because I tried using the "safe spot" trick (src: http://strategywiki.org/wiki/Pac-Man/Tips#The_safe_spot ) and the red ghost caught me every time.
Re: Accurate remake of Pac-Man in JavaScript
#10The remakes look really good -- good job! Does the original Pac-Man remake use the same AI behavior as the original arcade version? I ask because I tried using the "safe spot" trick (src: http://strategywiki.org/wiki/Pac-Man/Tips#The_safe_spot ) and the red ghost caught me every time.
It looks like there was an attempt to copy at least some of the original AI behavior. If you click on the "Learn" tab, you can choose which ghost to play and visually see their AI objectives via a little node that travels infront of the ghost's body. As you probably know, each ghost had their own AI objective and behavior in the original arcade Pac-Man. While their movement's appeared random, they were actually not,…