amoldalwai / pac-man

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Pacman using JS

Pac-man built using vanilla JavaScript, HTML, and CSS. Including character animations, collision detections between Pac-man and ghosts, and attack capability using the p5.js library.

GitHub top language GitHub code size in bytes Website

Table of Contents

Features
Youtube
Installing

Demonstartion Video

Features

  • Controlpac-man movement with arrow keys
  • Ghosts moves randomly to catch the pac-man
  • Pac-man ovjective is to collect all the dots in the maze
  • Pac-man can eat fruit and chase down the ghosts and kill it , but ghosts gets respawned.
  • Collision Detection
  • Score tracking

Youtube

pac-man

YouTube Video Views YouTube Video Votes YouTube Video Comments

Installing

Run index.html on browser (eg. Chrome)

Badge

About


Languages

Language:JavaScript 93.6%Language:HTML 6.4%