Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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)