Skip to content

Latest commit

History

History
executable file
21 lines (11 loc) 路 968 Bytes

README.md

File metadata and controls

executable file
21 lines (11 loc) 路 968 Bytes

Minesweeper

Minesweeper is a puzzle game that wrote using reactjs and styled-components. It works perfectly on desktop and mobile devices.

Rules

You should uncover all the "safe" cells without clicking a cell containing a mine. When you click on cell, you will see numbers. Each number represents the number of mines adjacent to that cell. Mark mined cells with a 馃毄using right-click on desktop or long touch on mobile. Counter on the top right shows you how many mines have left.

Left click on an uncovered cell, that has all of it's adjacent mines flagged 馃毄, it will automatically uncover the remaining mines to save time.

Good luck.

The most fun is how fast you can win a game. Go play it now.

Feedback

Feedback is welcome. If you find a bug or have a suggestion, feel free to open an issue.

License

Minesweeper is MIT licensed.