Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/susisu/dotris
- Owner: susisu
- License: mit
- Created: 2016-07-12T10:25:29.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-04-13T07:51:14.000Z (over 7 years ago)
- Last Synced: 2024-11-06T04:41:38.398Z (about 2 months ago)
- Topics: game, html5-canvas, javascript, tetris
- Language: JavaScript
- Homepage: https://susisu.github.io/dotris
- Size: 141 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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))