React Sweeper

A Minesweeper style game built in React!

Welcome to React Sweeper!

React Sweeper is your basic Minesweeper game, built with the React.js library. The game is easy to play but difficult to win. You are presented with a grid of squares. Under each square there might be a mine. Click on the mine? Game over. However, if you don't click on the mine, you'll start clearing the field. If you uncover a number, that number tells you how many mines touch that particular square. You may also right click a square to mark it with a flag. This will keep you from clicking that square by mistake. The game ends when all the tiles are revealed except for the mines, or a mine is clicked on.