dericko / react-minesweeper

React minesweeper!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

A minesweeper application built using react/redux. Build with create-react-app.

To run:

yarn start

To play:

Click cells to reveal bomb/clear/hint. Right click to flag.

How to win: place a flag on every bomb How to lose: click on a bomb

  • Red X is clicked bomb
  • Red Bs are other bombs
  • Yellow @s are misplaced flags

Configuration:

Edit gameConfig.js to adjust board size, number of bombs

Learn more:

Strategy: How to play

Origins: Minesweeping ships

About

React minesweeper!


Languages

Language:JavaScript 85.9%Language:HTML 8.0%Language:CSS 6.0%