The live link to the game below:
A classic game of minesweeper written purely with ReactJS. Try out the game and see if you can detect all the mines!
- Game:
- Clickable (with right or left mouse click) tiles with different outcomes.
- A scoreboard to mark the number of flags used.
- Functional reset button to refresh the state of Minesweeper app
- Functional win and lose conditions
- Win/Lose conditions implemented.
- Looks like the classic game of minesweeper.
- Unique algorithm checks surrounding tiles for mines when clicked.
- Styling game to look amazing and play smoothly.
- Reset Button.
- Score System.
- Entirely written with React
- Threaded props from top level down to lower components