Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/viclafouch/minesweeper
A complete minesweeper game built with React hooks 💣
https://github.com/viclafouch/minesweeper
javascript minesweeper react typescript
Last synced: about 1 month ago
JSON representation
A complete minesweeper game built with React hooks 💣
- Host: GitHub
- URL: https://github.com/viclafouch/minesweeper
- Owner: viclafouch
- Created: 2019-11-14T17:13:35.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2022-02-10T21:05:35.000Z (almost 3 years ago)
- Last Synced: 2023-03-03T13:46:04.921Z (almost 2 years ago)
- Topics: javascript, minesweeper, react, typescript
- Language: JavaScript
- Homepage: https://admiring-davinci-96f9e2.netlify.com/
- Size: 10.7 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Minesweeper
A complete minesweeper game built with React (hooks) in TypeScript.
[Play Now!](https://admiring-davinci-96f9e2.netlify.com/)
![screenshot](screenshot.png)
---
### TODO
- [x] Custom game board and three different major difficulty.
- [x] Set flags.
- [x] Quick mode and mode switch.
- [x] Settings save in storage.
- [ ] Multiplayer
- [ ] Counting Time.
- [x] Replay (fake)### How to Play
Seriously !?
### Build
git clone this project, then.
```bash
cd Minesweeper
git checkout in-typescript
npm install
npm start
```Head to [localhost:3000](http://localhost:3000/).
### Contribute
Issues, PRs, and all the advise and discussion are very welcome !