Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/susisu/dotris

Arbitrary size Tetris game
https://github.com/susisu/dotris

game html5-canvas javascript tetris

Last synced: 2 days ago
JSON representation

Arbitrary size Tetris game

Awesome Lists containing this project

README

        

# dotris
## Development
### Setup
``` shell
git clone https://github.com/susisu/dotris.git
cd dotris
npm install
```

### Start app for development
``` shell
npm start
# open http://localhost:3000
```

### Prepare for publish
``` shell
npm run prepare
```

## License
[MIT License](http://opensource.org/licenses/mit-license.php)

## Author
Susisu ([GitHub](https://github.com/susisu), [Twitter](https://twitter.com/susisu2413))