https://github.com/explooosion/canvas-snake-es6
The Snake game, created using es6, webpack4.
https://github.com/explooosion/canvas-snake-es6
canvas ecmascript2015 es6 snake-game webpack4
Last synced: 2 days ago
JSON representation
The Snake game, created using es6, webpack4.
- Host: GitHub
- URL: https://github.com/explooosion/canvas-snake-es6
- Owner: explooosion
- License: mit
- Created: 2019-01-06T17:13:46.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-01-06T17:38:52.000Z (over 7 years ago)
- Last Synced: 2025-09-10T07:43:04.068Z (10 months ago)
- Topics: canvas, ecmascript2015, es6, snake-game, webpack4
- Language: JavaScript
- Homepage: http://robby570.tw/canvas-snake-es6/
- Size: 236 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Canvas Snake ES6
The Snake game, created using es6, webpack4.
## Installation
```bash
git clone https://github.com/explooosion/canvas-snake-es6.git
```
```bash
yarn start # npm start
```
## Build
```bash
yarn build # npm run build
```
## Lint
Lint will run with eslint and stylelint
```bash
yarn lint # npm run lint
```
### Stylelint
Auto fix with the following command:
```bash
yarn stylelint:fix
```
## Credit
- [Snake-JavaScript](https://github.com/CodeExplainedRepo/Snake-JavaScript)
- [webpack4-boilerplate](https://github.com/explooosion/webpack4-boilerplate)
## License
[MIT](https://opensource.org/licenses/MIT)