This is a Java minesweeper ai, which can play the windows 10 variant of minesweeper: minesweeperX available here.
Unfortunately, because the AI relies on using screenshots and having constant window border sizes, it will only work on win10 computers.
More Info Author: Tom Scherlis
This has been updated to include the use of Maven and has an embedded wrapper command.
To use from the command line issue the following
Windows
set JAVA_HOME=<JDK HOME DIRECTORY>
mvnw exec:java
Linux
export JAVA_HOME=<JDK HOME DIRECTORY>
mvnw exec:java
You can import this project in Eclipse IDE and it generate the necessary files. Or if you want you can use the following command
mvnw eclipse:eclipse