Skip to content

Latest commit

 

History

History
39 lines (33 loc) · 839 Bytes

README.md

File metadata and controls

39 lines (33 loc) · 839 Bytes

Artwork

jsPacman

jsPacman is a HTML5 / JavaScript DOM based remake of the classic Ms. Pac-Man game.

Play Demo

pacman.js.org

Credits

Development

Install local modules:

$ npm install

NPM scripts

Run tests:

$ npm test

Run local dev server at localhost:8080

$ npm start

Build production bundle:

$ npm run build

Licence

Source code is under MIT Licence.