Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jfhr/minesweeper
Minesweeper for the web, built with Angular & Bootstrap
https://github.com/jfhr/minesweeper
angular bootstrap browser-game game minesweeper
Last synced: 3 months ago
JSON representation
Minesweeper for the web, built with Angular & Bootstrap
- Host: GitHub
- URL: https://github.com/jfhr/minesweeper
- Owner: jfhr
- License: mit
- Created: 2019-11-09T17:15:32.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-03-04T05:09:11.000Z (almost 2 years ago)
- Last Synced: 2023-03-07T21:29:59.460Z (almost 2 years ago)
- Topics: angular, bootstrap, browser-game, game, minesweeper
- Language: TypeScript
- Homepage: https://jfhr.de/minesweeper
- Size: 2.77 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 32
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Minesweeper
![CI](https://github.com/jfhr/minesweeper/workflows/CI/badge.svg)
Minesweeper is a single-player puzzle game. The objective of the game is to find all the mines
hidden in a large field, without detonating any of them. Each cell of the field shows you the number
of neighboring mines.![Minesweeper Screenshot](https://i.imgur.com/YAxVU9b.png)
You can play the game for free [on my website](https://jfhr.de/minesweeper)!
----
This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 8.3.17.
For more help use `ng help` or go check out the [Angular CLI README](https://github.com/angular/angular-cli/blob/master/README.md).