An example or starter project for a Pac-Man-style game with original Ghost AI
This is an example or starter project for a Pac-Man-style game with the original ghost AI behaviors for Blinky, Pinky, Inky, and Clyde.
Power pellets and general level design is not implemented.
The code corresponds to a 6 part series on YouTube where we go over implementing each ghost AI using the State Pattern.
Clone this repository with git-lfs
and run:
npm install
npm run start
If you don't have git-lfs
installed then get it here: https://git-lfs.github.com
All the image and audio files in this repository is stored with git-lfs
. Alternatively you can download a zip from the releases tab.