2024-05-26 12:35:10 +01:00
2024-05-15 21:13:23 +01:00
2024-07-24 21:00:08 +01:00
2025-01-30 20:17:59 +00:00

Libremines

"named this way because i didn't realise there was another libremines!"

Libremines screenshot

Building

Requirements:

  • Java 21
  • Maven

Instructions:

This will automatically fetch dependencies and run the project:

./mvnw javafx:run

Native Image:

Requirements:
  • GraalVM
  • Maven 3.8.8

Create the maven wrapper at version 3.8.8. GluonFX does not work with newer versions as of 2024-07-27.

mvn wrapper:wrapper -Dmaven=3.8.8

Install dependencies, build and run:

./mvnw dependency:resolve gluonfx:build

A native binary should be placed at target/gluonfx/<your architecture>/libremines

Description
No description provided
Readme 235 KiB
Languages
Java 99.8%
CSS 0.2%