This is a forked project. I juste wanted to see how the game would look like with a wider neighboor. It seems to me that this version is really hard to play.
Instead of looking only one square around the bomb (creating a 3x3 squar around the bomb), it also looks one layer wider (creating a 5x5 square around the bomb)
This project was bootstrapped with Create React App.
To run app locally please run:
npm start
You can also see the currently built app at: http://apps.neallub.in/minesweeper/docs/
You can change the amount of columns, rows, and bombs by passing rows
, columns
, and bombs
props to the Board
component.
Defaults to 10 of each.