https://github.com/distributedlife/pacman
The Namco classic redone using ensemblejs
https://github.com/distributedlife/pacman
Last synced: 8 months ago
JSON representation
The Namco classic redone using ensemblejs
- Host: GitHub
- URL: https://github.com/distributedlife/pacman
- Owner: distributedlife
- Created: 2016-05-02T01:10:19.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2016-11-01T11:36:15.000Z (over 9 years ago)
- Last Synced: 2025-10-05T19:44:32.894Z (8 months ago)
- Language: JavaScript
- Size: 291 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# ensemblejs - skeleton project
```plain
- game/
- audio/
- css/
- js/
- events/
- gen/
- levels/
- logic/
- modes/
- scss/
- views/
- overlays/
- pages/
- partials/
```
## Install dependencies
npm i
## Run all your tests, build your css and browserified JavaScript.
```shell
npm test
```
## Start a local development server (using port 3000)
```shell
npm start
```