react-minesweeper-sweep-it
react-minesweeper-sweep-it copied to clipboard
Hey! Just sweep it, bro!
Minesweeper中文
Rules
- Find out all mines in matrix(n * n)
- Click for triggering, right click for marking or unmarking.
- If you trigger a mine, game over.
- Every number inner the box stand for total mines arround in matrix(3 * 3)
- Trigger an empty box will trigger all surrounded boxes too.
Looks like


Finished
-
level
-
game datas
-
pause\continue
-
restart
-
game status
-
beautify ui..
-
clock
To do
- custom matrix(M * N)
- more functions
- device adaptation
- more docs
CHANGELOG
- 20190815 deployment
- 20190816
- animation after success
- animation after fail
- add Description
- fix some logic code