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

https://github.com/laisfrigerio/js-tetris-game

Tetris game - canvas + javascript
https://github.com/laisfrigerio/js-tetris-game

Last synced: 6 months ago
JSON representation

Tetris game - canvas + javascript

Awesome Lists containing this project

README

          

# JS + Canvas Tetris Game

### Play

https://laisfrigerio.github.io/js-tetris-game/

### To Run Locally

Obs: Install node

```
$ npm install -g gulp
$ npm install
$ gulp css
$ gulp js
```

![Current style](https://github.com/laisfrigerio/js-tetris-game/blob/master/images/branch/master.png "Game screenshot")

### Desktop app

Generate desktop application with electron

```
$ npm install -g electron-forge
$ npm start
```

Generate .exe
```
$ npm run make
```

![Desktop App](https://github.com/laisfrigerio/js-tetris-game/blob/electron/src/images/branch/electron.jpg "Desktop application")

### Wireframe

![Wireframe](https://github.com/laisfrigerio/js-tetris-game/blob/next_piece/public/images/wireframe.png "Wireframe")