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

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

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

[![AUR](https://img.shields.io/aur/license/yaourt.svg?style=flat-square)](/LICENSE)