Skip to content

855309/msbot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

msbot

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.

YouTube Video

Feel free to contribute. I won't modify this repo again i think.

Download

You can download the release build from here.

License

This project is licensed under MIT License.