Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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