GithubHelp home page GithubHelp logo

minesweeper-1's Introduction

solver

Download the Windows 7 minesweeper here:

http://forum.xda-developers.com/showthread.php?t=2096449

How to use:

This only works with a 1920x1080 screen resolution on Windows.

ComputerVision might be a little off depending on your graphics card, if that is the case you have to tweak some of the values.

The minesweeper board must have the same tile grid as the "Advanced" difficulty, i.e. 16x30. You also need to uncheck the "Display animations" and "Allow question marks" boxes to get the optimal results.

The speed of the program is dependent on the MILLISECONDS_CLICK_DELAY variable in Bot.java, but be aware that a race condition in the Robot class can cause the mouse to move before the click is registered, but this is only an issue under 35 milliseconds.

Possible improvements:

  1. Creating smarter guessing by calculating probabilities.
  2. Not flagging the mines (this could be implemented by removing one line of code, but I like the visuals.)
  3. Finding a way to use JNA or JNI to simulate the mouse operations instead of using the built in java Robot class.

Dependencies:

jna.jar and jna-platform.jar, download here: https://github.com/java-native-access/jna

minesweeper-1's People

Contributors

mortii avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.