Minesweeper is a puzzle game that wrote using reactjs
and styled-components
. It works perfectly on desktop and mobile devices.
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 is welcome. If you find a bug or have a suggestion, feel free to open an issue.
Minesweeper is MIT licensed.