Minesweeper中文
- 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.
-
level
-
game datas
-
pause\continue
-
restart
-
game status
-
beautify ui..
-
clock
- custom matrix(M * N)
- more functions
- device adaptation
- more docs
- 20190815 deployment
- 20190816
- animation after success
- animation after fail
- add Description
- fix some logic code