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 "full-rule" #1

Closed wingos80 closed 1 month ago

wingos80 commented 2 months ago

For a given revealed cell saying it has 1+ mines neighbouring it, if the number of unrevealed neighbours equal the number the cell states, then put flags on all neighbouring cells (set all neighbours of to 1).

eliasboegel commented 1 month ago

Added in f89d8d36b799a30d7433e843f736889780504e38.