This program is a Windows Minesweeper clone written in Java 17 using Swing.
- Run
java --version
into a terminal/command prompt. Make sure the version is 17+. - If on Windows:
- Run
gradlew clean
in the main folder. - Run
gradlew build
in the main folder. - Run the JAR file in
\build\libs\
- Run
- If on macOS or Linux:
- Run
chmod +x gradlew
in the main folder. - Run
./gradlew clean
in the main folder. - Run
./gradlew build
in the main folder. - Run the JAR file in
/build/libs/
- Run