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

https://github.com/petr-panteleyev/sapper

Sapper game
https://github.com/petr-panteleyev/sapper

game java java-24 javafx minesweeper sapper

Last synced: 14 days ago
JSON representation

Sapper game

Awesome Lists containing this project

README

          

# Sapper

Yet another Sapper game.

![Big Board](docs/board_big.png)

## Board Sizes

Three standard board sizes:
* Small: 8 x 8, 10 mines
* Medium: 16 x 16, 40 mines
* Large: 30 x 16, 99 mines

Custom board can be from 8 x 8 up to 30 x 24 with maximum mines number equal to (w - 1) * (h - 1).

![Custom Game](docs/custom_game.png)