Pac-Man consists of a maze structure, in which four colored ghosts β Blinky (red), Pinky (pink), Inky (cyan), and Clyde (orange) β pursue him. The goal of the game is to eat all of the dots in the maze, which will allow the player to move onto the next level. Each of the Ghosts have a unique AI behavior, causing them to behave differently when chasing Pac-Man. To aid Pac-Man, there are power pellets in each of the 4 corners of the maze that will grant him the ability to eat ghosts for a limited period of time.
- Base Controls:
- W or Up Arrow: Move Upwards
- A or Left Arrow: Move Left
- S or Down Arrow: Move Downwards
- D or Right Arrow: Move Right
- Extra Controls:
- M: Mute Audio
- B: Toggle Blinky target visualizer
- P: Toggle Pinky target visualizer
- I: Toggle Inky target visualizer
- C: Toggle Clyde target visualizer
- O: Toggle Overflow bug
To be able to full screen, follow this link and click the full screen button in bottom right of WebGL Build
<iframe src="https://sergeibak.github.io/Pac-Man/PacmanBuild/index.html" style="border:0px #000000 none;" name="HeroTNG" scrolling="no" frameborder="1" marginheight="px" marginwidth="340px" height="610px" width="600px"> </iframe>Here is the link to return to the minigames page: Link