https://github.com/danielykpan/ng2-minesweeper
Game Minesweeper Demo
https://github.com/danielykpan/ng2-minesweeper
angular-applications game game-minesweeper minesweeper
Last synced: 8 months ago
JSON representation
Game Minesweeper Demo
- Host: GitHub
- URL: https://github.com/danielykpan/ng2-minesweeper
- Owner: DanielYKPan
- License: mit
- Created: 2017-01-09T12:01:24.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-02-22T10:33:26.000Z (over 9 years ago)
- Last Synced: 2025-04-05T04:13:22.308Z (about 1 year ago)
- Topics: angular-applications, game, game-minesweeper, minesweeper
- Language: JavaScript
- Homepage: https://daniel-projects.firebaseapp.com/game/minesweeper
- Size: 2.19 MB
- Stars: 11
- Watchers: 4
- Forks: 10
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Game Minesweeper
**[Demo](https://daniel-projects.firebaseapp.com/game/minesweeper)**

Minesweeper is a single-player puzzle video game. The objective of the game is to clear a rectangular board containing hidden "mines" without detonating any of them, with help from clues about the number of neighboring mines in each field.
Powered by Angular2

## Run Demo App
Clone this repo into new folder(e.g., game-minesweeper)
```
> git clone https://github.com/DanielYKPan/ng2-minesweeper game-minesweeper
> cd game-minesweeper
```
Install all npm packages
```
> npm install
```
Run the app
```
> npm run server:dev:hmr
```
## Checkout Other Game Projects
**[Daniel Game Projects](https://daniel-projects.firebaseapp.com/game)**
## Author
**[Daniel Pan](https://daniel-projects.firebaseapp.com)**
- [github/DanielYKPan](https://github.com/DanielYKPan)
- [twitter/DanielYKPan](https://twitter.com/DanielYKPan)
## License
[](/LICENSE)