Skip to content

rbelohl/jfxmines

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

jfxmines

Minesweeper game in JavaFX

Minesweeper app screenshot

Compilation and execution

Make sure you have Java 11 and Maven installed.

Clone the repository and create a JAR using Maven:

git clone https://github.com/rbelohl/jfxmines.git
cd jfxmines
mvn package

Then run the JAR in the target/ directory:

cd target
java -jar jfxmines.jar

About

Minesweeper game in JavaFX

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages