Technologies: Javascript, JQuery

 

A sequel-type game to Apple Attack, this updated version of Pacman puts a lone Android in a playing field with Apple ghosts. The user is tasked to avoid the ghosts and collect all of the yellow dots to complete a level. With 3 lives total, try to complete all 5 levels! If the user eats an energy ball (larger yellow dot) s/he can seek revenge and attack the Apple ghosts for bonus points!
  • Arrow Keys for Left, Down, Up, Right
  • ‘P’ to Pause/Resume
high score: 0
score:0
L
E
V
E
L
1
‘P’ to Pause/Resume

This game is programmed in Javascript with some JQuery animation. Programmed as a grid of divs when the Android eats a pacdot/energyball that div gets deleted off the page. The AI of the Apple ghosts is similar to that of the actual Pacman game, with the red Apple being the most aggressive, targeting the Android himself when chasing, and the others being less, targeting a space nearby the Android (allowing changes in directions to confuse them).