wingos80 / minesweeper_solved

A semi-full recreation of the game minesweeper made in Python using Pygame, with a solver...
1 stars 0 forks source link

Add bounds to sum of solution vector #3

Open wingos80 opened 2 months ago

wingos80 commented 2 months ago

Estimate lower and upper bound for the possible number of bombs and see if the solution is within those bounds.