https://github.com/8tentaculos/jspacman
jsPacman is a HTML5 / Javascript DOM based remake of the classic Ms. Pac-Man game.
https://github.com/8tentaculos/jspacman
game html5 javascript pacman
Last synced: 7 months ago
JSON representation
jsPacman is a HTML5 / Javascript DOM based remake of the classic Ms. Pac-Man game.
- Host: GitHub
- URL: https://github.com/8tentaculos/jspacman
- Owner: 8tentaculos
- License: mit
- Created: 2020-07-18T19:32:56.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-04-01T03:19:56.000Z (over 1 year ago)
- Last Synced: 2024-04-02T03:28:48.770Z (over 1 year ago)
- Topics: game, html5, javascript, pacman
- Language: JavaScript
- Homepage: https://pacman.js.org
- Size: 1.48 MB
- Stars: 22
- Watchers: 2
- Forks: 9
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: MIT-LICENSE.txt
Awesome Lists containing this project
README

jsPacman
========**jsPacman** is a JavaScript DOM-based remake of the classic [Ms. Pac-Man](https://en.wikipedia.org/wiki/Ms._Pac-Man) game.
Play Demo
-----------
[pacman.js.org](https://pacman.js.org/)Credits
-----------
* Game algorithm is based on [The Pac-Man Dossier](https://pacman.holenet.info/).
* Sprites are from [spriters-resource](http://www.spriters-resource.com/game_boy_advance/namcomuseum/sheet/22732).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](http://opensource.org/licenses/mit-license.php).