A Pac-Man clone built with JavaScript, HTML, and CSS.
Pacman Prototype recreates the arcade-style maze chase experience in the browser with a custom game loop, ghost behavior, pickups, score tracking, audio, and responsive on-screen controls.
- JavaScript
- HTML
- CSS/SCSS
- Gulp
- Mocha
npm install
npx gulp
npm run serveThen open the local server URL printed in the terminal.
npx gulpbuilds the app assets intobuild/npm run servestarts a local static servernpm testruns the test suite with coverage enforcementnpm run lintruns ESLint
- Inspired by bward2/pacman-js
