Skip to content

Latest commit

Β 

History

History
45 lines (39 loc) Β· 2.05 KB

PacMan.md

File metadata and controls

45 lines (39 loc) Β· 2.05 KB

Pac-Man

Description

This project is a recreation of the classic 1980 arcade game known as Pac-Man, with over $14 billion generated in revenue! This solo project was developed in Unity using C# as part of my minigames series where I utilize various resources to remake simple games in order to further my learning as well as to have fun!

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.

Controls

  • 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

Play The Game!

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>

Minigames Page

Here is the link to return to the minigames page: Link