Google minesweeper bot. Algorithm is not complete, doesn't work ~20% of the time at some point.
Screen coordinates are measured for 1920x1080. You can change it from Program.cs:41 (int[,] profiles)
. Format:
- p_x (start pos x),
- p_y (start pos y),
- g_w (grid width, in squares),
- g_h (grid height, in squares),
- b_w (square width),
- flagcount
You can also change the animation delay (anim_delay, currently 620 ms), I didn't exactly measure it.
Feel free to contribute. I won't modify this repo again i think.
You can download the release build from here.
This project is licensed under MIT License.