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
- Host: GitHub
- URL: https://github.com/laisfrigerio/js-tetris-game
- Owner: laisfrigerio
- Created: 2019-01-03T12:45:40.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2020-01-08T03:38:46.000Z (over 5 years ago)
- Last Synced: 2025-03-26T04:34:35.608Z (6 months ago)
- Language: JavaScript
- Homepage: https://laisfrigerio.github.io/js-tetris-game/
- Size: 310 KB
- Stars: 6
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```
### Desktop app
Generate desktop application with electron
```
$ npm install -g electron-forge
$ npm start
```Generate .exe
```
$ npm run make
```
### Wireframe
