Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mathieucaroff/tetris
Simple and extensible Tetris game for the browser
https://github.com/mathieucaroff/tetris
Last synced: 5 days ago
JSON representation
Simple and extensible Tetris game for the browser
- Host: GitHub
- URL: https://github.com/mathieucaroff/tetris
- Owner: mathieucaroff
- License: other
- Created: 2017-06-01T09:41:56.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-05-12T09:26:50.000Z (6 months ago)
- Last Synced: 2024-05-12T10:23:21.484Z (6 months ago)
- Language: TypeScript
- Homepage: https://mathieucaroff.com/tetris
- Size: 171 KB
- Stars: 3
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# tetris
Simple and extensible Tetris game for the browser
## [Play It](https://jstetris.vercel.app/)
[![preview](doc/img/tetris-preview.png)](https://jstetris.vercel.app/)
## Contribute
```sh
# Install yarn
npm install -g yarn# Install the project dependencies
yarn install
```With VSCode, use the extension prettier, and enable format on save.
### Develop
```
yarn parcel index.html
```### About
- `jst` stands for _jsTetris_, the original name of the project
- `crd` stands for canvas renderer