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
- Host: GitHub
- URL: https://github.com/danielholmes/smart-sweepers-java
- Owner: danielholmes
- Created: 2016-09-24T02:30:34.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-09-24T23:30:12.000Z (over 9 years ago)
- Last Synced: 2025-04-04T15:52:54.505Z (about 1 year ago)
- Language: Java
- Homepage:
- Size: 66.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`