Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pedrohenriques/minesweeper-v2
A browser version of the classic minesweeper game.
https://github.com/pedrohenriques/minesweeper-v2
reactjs redux web-game
Last synced: 13 days ago
JSON representation
A browser version of the classic minesweeper game.
- Host: GitHub
- URL: https://github.com/pedrohenriques/minesweeper-v2
- Owner: PedroHenriques
- License: mit
- Created: 2020-07-08T16:40:44.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-12-31T09:11:22.000Z (about 2 years ago)
- Last Synced: 2024-11-16T16:21:45.152Z (2 months ago)
- Topics: reactjs, redux, web-game
- Language: JavaScript
- Homepage: http://www.pedrojhenriques.com/games/minesweeper-v2/
- Size: 2.31 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 21
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
[![Build Status](https://travis-ci.org/PedroHenriques/minesweeper-v2.svg?branch=master)](https://travis-ci.org/PedroHenriques/minesweeper-v2)
# MineSweeper
Play the classic game of Minesweeper directly on your browser.
[Click here to play](http://www.pedrojhenriques.com/games/minesweeper-v2/ "Play Now!")## How to play
Your goal is to reveal all the tiles that don't have a mine.
Revealed tiles that are adjacent to mines will have a number. This number indicates how many mines are in adjacent tiles.- left mouse button: reveals a tile
- right mouse button: adds/removes a flag from a tile, preventing it from being revealed
- left + right mouse buttons (on a revealed tile): reveales all adjacent tiles, only if enough flags are placed. This function prevents acidental mine hits.## Future Updates
- add more game modes, each introducing twists to the classic formula
- add a backend allowing for saving a game in progress, leaderboards, etc.## Other Versions
- A version created using only React is available at [https://github.com/PedroHenriques/minesweeper](https://github.com/PedroHenriques/minesweeper).