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
- Host: GitHub
- URL: https://github.com/petr-panteleyev/sapper
- Owner: petr-panteleyev
- License: bsd-2-clause
- Created: 2024-06-10T18:21:11.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2025-06-01T19:50:56.000Z (about 1 year ago)
- Last Synced: 2025-06-02T05:51:57.008Z (12 months ago)
- Topics: game, java, java-24, javafx, minesweeper, sapper
- Language: Java
- Homepage:
- Size: 596 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Sapper
Yet another Sapper game.

## 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).
