An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          

![Artwork](./src/img/stuff/art.png)

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).