Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 757 Bytes

README.md

File metadata and controls

29 lines (18 loc) · 757 Bytes

Blocky Puzzle

To get started

npm i
# or yarn
npm start
# or yarn start

http://localhost:9100/ will open automatically on the blocky app, live-reloading as you develop.

yarn test & yarn test:watch to run the unit tests on the terminal.

Task

Implement blockClicked to remove (or hide) 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

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

state 2