Skip to content

RichardGeorgeDavis/Pacman-Prototype

Repository files navigation

Pacman Prototype

Pacman Prototype cover

A Pac-Man clone built with JavaScript, HTML, and CSS.

Demo

Play the live demo

Overview

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.

Stack

  • JavaScript
  • HTML
  • CSS/SCSS
  • Gulp
  • Mocha

Run Locally

npm install
npx gulp
npm run serve

Then open the local server URL printed in the terminal.

Scripts

  • npx gulp builds the app assets into build/
  • npm run serve starts a local static server
  • npm test runs the test suite with coverage enforcement
  • npm run lint runs ESLint

Reference

About

A Pac-Man clone built with JavaScript, HTML, and CSS.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors