/Minesweeper

Personal Project: Minesweeper created in JavaFX with Java 11.

Primary LanguageJavaMIT LicenseMIT

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>