Skip to content

The old, good popular Windows game gets online! And it's also my first ReactJS app

License

Notifications You must be signed in to change notification settings

ortroyaner/reactMinesweeper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ReactJS Minesweeper Game

The old, good popular windows game gets online and now in React!

demoGif

Live Demo

You can start playing right now from here:

https://ortroyaner.github.io/reactMinesweeper/

About the Game

How to Play

You are presented with a board of squares. Some squares contain mines (bombs), others don't. If you click on a square containing a bomb, you lose. If you manage to flag all the mines (without clicking on any bombs) you win. Clicking a square which doesn't have a bomb reveals the number of neighbouring squares containing bombs. Use this information plus some guess work to avoid the bombs. To open a square, point at the square and click on it. To flag a square you think is a bomb, point and shift+click.

Main Features

  • Configurable number of rows, columns and mines.
  • Responsiveness: you can also play on tablets and mobile devices!
  • Secret mode to reveal all cells without clicking it.
  • Game state persistency if you accidentally refresh the page.

License

This project is licensed under the MIT License.

About

The old, good popular Windows game gets online! And it's also my first ReactJS app

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published