Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/n1md7/minesweeper
Minesweeper is a game where you try to find the mines in a grid of squares.
https://github.com/n1md7/minesweeper
game minesweeper minesweeper-game pixijs typescript
Last synced: about 2 months ago
JSON representation
Minesweeper is a game where you try to find the mines in a grid of squares.
- Host: GitHub
- URL: https://github.com/n1md7/minesweeper
- Owner: n1md7
- License: mit
- Created: 2022-03-17T00:59:53.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2022-08-15T20:53:36.000Z (over 2 years ago)
- Last Synced: 2024-10-14T02:23:37.534Z (3 months ago)
- Topics: game, minesweeper, minesweeper-game, pixijs, typescript
- Language: TypeScript
- Homepage: https://n1md7.itch.io/minesweeper
- Size: 2.34 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
## Minesweeper
Minesweeper is a game where you try to find the mines in a grid of squares. The objective of the game is to clear a rectangular board containing hidden "mines" or bombs without detonating any of them, with help from clues about the number of neighboring mines in each field.
You can place flags on each block to make sure you won't step on it. Mouse click or long touch is placing flags on the blocks.
Written in Typescript with PIXI.js
[Play in Github pages](https://n1md7.github.io/minesweeper/)
[Play in itch.io platform](https://n1md7.itch.io/minesweeper)
![img.png](img/img.png)