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

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

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
```