Test task – black holes game on Vue.js

Task: Implement similar to black holes game app without mark hole logic

Implementation:

Start Game status: {{ gameStatus }} Closed cells: {{ calcClosedCellsCounts }}
{{ cellText(rowIndex, cellIndex) }}

Rules:

Tile with '?' might have a black hole '⬤' behind it. The idea is to clear all the tiles that don't have black holes behind them.

Click over '?' to open tile.

If tile has no holes around it will be opened and all around it will be opened too

Number will indicates how many holes located around tile with number

Game over if you open all tiles without holes - You win!

Game over if you open tile with hole '⬤' - Fail!

***Note***: This version has no mark holes logic due to be as a test task. So left tiles with holes closed.


Design for this game was made by QubeDron. Many thanks.

Done.

Leave a Reply

Your email address will not be published. Required fields are marked *




Enter Captcha Here :