2024-06-10 22:51:41 +01:00
2024-05-26 12:35:10 +01:00
2024-05-15 21:13:23 +01:00
2024-05-22 00:14:48 +01:00
2024-06-10 22:51:41 +01:00

Libremines

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

Libremines screenshot

Building

Requirements:

  • Java 21 or newer (openjdk-21-jdk)
  • Maven 3.8.8 (note: some versions cause gluon to freak out)
  • GraalVM 21

Instructions:

Optional, create maven wrapper:

mvn wrapper:wrapper

This is helpful for version management, in case you have an incompatible version of maven installed, but most people will not need this.

Install dependencies:

./mvnw install

Build and run:

GRAALVM_HOME=/path/to/graalvm ./mvnw 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%