Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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 💣

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 !