Skip to content

Personal Project: Minesweeper created in JavaFX with Java 11.

License

Notifications You must be signed in to change notification settings

WilliamC07/Minesweeper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Minesweeper

Minesweeper created with Open JavaFX with Java 11.

Project Status

Finished, can be improved to work on more devices.

Prereq

This was tested on Mac and Ubuntu. Do not resize the screen as the program does not support it (yet).

How to run

  1. Download the repository.
  2. Open terminal and change directory to where you moved or downloaded the repository.
  3. Make Jar (to run the program): mvn clean compile assembly:single
  4. To run the jar: java -jar target/<jar>

About

Personal Project: Minesweeper created in JavaFX with Java 11.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages