Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/marcbal/minesweeper
- Owner: marcbal
- Created: 2023-04-03T09:01:05.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-08-29T21:01:26.000Z (4 months ago)
- Last Synced: 2024-11-06T10:59:02.813Z (about 2 months ago)
- Topics: minesweeper, minesweeper-game, minesweeper-js, minesweeper-solver
- Language: JavaScript
- Homepage: https://mines.mbaloup.fr
- Size: 77.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
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.