Skip to content

This program is a Windows Minesweeper clone written in Java 17 using Swing.

Notifications You must be signed in to change notification settings

AndrewAlbizati/java-minesweeper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Minesweeper

This program is a Windows Minesweeper clone written in Java 17 using Swing.

Setup

  1. Run java --version into a terminal/command prompt. Make sure the version is 17+.
  2. If on Windows:
    1. Run gradlew clean in the main folder.
    2. Run gradlew build in the main folder.
    3. Run the JAR file in \build\libs\
  3. If on macOS or Linux:
    1. Run chmod +x gradlew in the main folder.
    2. Run ./gradlew clean in the main folder.
    3. Run ./gradlew build in the main folder.
    4. Run the JAR file in /build/libs/

About

This program is a Windows Minesweeper clone written in Java 17 using Swing.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages