Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/marcbal/minesweeper

A minesweeper made in JS, with an integrated solver.
https://github.com/marcbal/minesweeper

minesweeper minesweeper-game minesweeper-js minesweeper-solver

Last synced: 3 days ago
JSON representation

A minesweeper made in JS, with an integrated solver.

Awesome Lists containing this project

README

        

# Minesweeper JS

A minesweeper made in native JavaScript, with an integrated solver.

## How to play

### Online

[mines.mbaloup.fr](https://mines.mbaloup.fr/)

### Self hosted (docker)
```bash
docker run -d -p 8080:80 marcbal/minesweeper:latest
```

## TODO

* Save score, locally in the browser (do not valid score if any help option is activated at any time during the game).
* Auto-zoom the grid based on the grid dimensions and the size of the window. Makes the cells stays square.