Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jiangshanmeta/minesweeper-react
扫雷游戏 react实现
https://github.com/jiangshanmeta/minesweeper-react
jest react typescript unittest
Last synced: 4 months ago
JSON representation
扫雷游戏 react实现
- Host: GitHub
- URL: https://github.com/jiangshanmeta/minesweeper-react
- Owner: jiangshanmeta
- License: mit
- Created: 2019-12-11T16:27:03.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2024-07-13T12:49:34.000Z (7 months ago)
- Last Synced: 2024-07-13T13:58:30.854Z (7 months ago)
- Topics: jest, react, typescript, unittest
- Language: TypeScript
- Homepage: https://jiangshanmeta.github.io/minesweeper-react/
- Size: 3.79 MB
- Stars: 6
- Watchers: 2
- Forks: 5
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# minesweeper-react
[![codecov](https://codecov.io/gh/jiangshanmeta/minesweeper-react/branch/master/graph/badge.svg?token=G0EGK1TPRX)](https://codecov.io/gh/jiangshanmeta/minesweeper-react)
React实现扫雷游戏
游戏界面参考Ubuntu19.04自带的扫雷
[在线链接](https://jiangshanmeta.github.io/minesweeper-react/index.html)
[Vue 实现扫雷](https://github.com/jiangshanmeta/mineSweeper-vue)