Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/roozenboom/pacman
https://github.com/roozenboom/pacman
css-grid game pacman pathfinding vuejs vuex
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/roozenboom/pacman
- Owner: Roozenboom
- Created: 2019-08-21T15:02:50.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-11T02:45:34.000Z (about 2 years ago)
- Last Synced: 2023-08-20T03:07:38.648Z (over 1 year ago)
- Topics: css-grid, game, pacman, pathfinding, vuejs, vuex
- Language: JavaScript
- Size: 2.56 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 20
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# pacman
## Project setup
```
yarn install
```### Compiles and hot-reloads for development
```
yarn run serve
```### Compiles and minifies for production
```
yarn run build
```### Run your tests
```
yarn run test
```### Lints and fixes files
```
yarn run lint
```### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).