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

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.

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)