Skip to content

Java implementation of classic NT winmine.exe, the fork of shrapnelnet's project with the same name

License

Notifications You must be signed in to change notification settings

b4rkod/libremines

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Libremines

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

Libremines screenshot

Building

Requirements:

  • Java 21
  • Maven 3.8.8 or lower
  • GraalVM 21

Instructions:

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

Alternatively, to run using the JVM, use:

./mvnw javafx:run

About

Java implementation of classic NT winmine.exe, the fork of shrapnelnet's project with the same name

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 99.7%
  • CSS 0.3%