Skip to content

Latest commit

 

History

History
31 lines (18 loc) · 913 Bytes

README.md

File metadata and controls

31 lines (18 loc) · 913 Bytes

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.


Example end of game view:

Example game with some flags set: