An open API service indexing awesome lists of open source software.

https://github.com/danielholmes/smart-sweepers-java

Neural Network driven MineSweeper that interacts with mines and rocks
https://github.com/danielholmes/smart-sweepers-java

Last synced: 11 months ago
JSON representation

Neural Network driven MineSweeper that interacts with mines and rocks

Awesome Lists containing this project

README

          

# Smart Sweepers Java

Attempt to port (http://www.ai-junkie.com/ann/evolved/nnt1.html) C++ solution to Java

All class/struct, property and variable names are kept consistent with the C++ source to try and ensure an exact port
of functionality and to make it easier to follow the tutorial and code.

Rendering is pretty different though as it won't use the windows APIs: this mainly affects CController and Main.

## Dependencies

- Java 1.8+
- Gradle

## Running

`./gradlew run`