Skip to content

AntoineGrandchamp/minesweeper

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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:

About

minesweeper made in react

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 89.7%
  • HTML 9.9%
  • CSS 0.4%