Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/goodylabs/frontend-dev-test


https://github.com/goodylabs/frontend-dev-test

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

#### To get started

```
$ npm i
$ npm start
$ open http://localhost:9100/
```

#### Task:

Implement blockClicked to remove (or hide) the target element and all blocks of the same colour that are connected to the target element then allow the blocks above the removed to fall down (similar to Tetris but you should click a block to have connected blocks removed).

E.g.,

Given:

![Initial state](https://trottski.s3.amazonaws.com/snaps/initial.jpg)

After clicking one of the bottom right blue boxes it should then look
like this:

![state 2](https://trottski.s3.amazonaws.com/snaps/stage2.jpg)