Yet another Sapper game.
Three standard board sizes:
- 8 x 8, 10 mines
- 16 x 16, 40 mines
- 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).
- Set
JAVA_HOME
to JDK 23+. - Execute:
./mvnw clean verify
Application JAR and all dependencies will be placed in target/jmods
.
./mvnw javafx:run
./mvnw clean verify jlink:jlink
Run-time image will be found in target/jlink
directory.
To build binary installers perform the following steps:
- On Microsoft Windows: install WiX Toolset 3.x, add its binary
directory to
PATH
environment variable - Execute:
./mvnw clean verify jpackage:jpackage
Installation packages will be found in target/dist
directory.
There is no support for this application.