Bram28 / LEGUP

Logic Engine for Grid-Using Puzzles - a better way to learn formal logic
GNU Affero General Public License v3.0
2 stars 8 forks source link

Nurikabe: Extend Black Between Regions #46

Closed Bram28 closed 9 years ago

Bram28 commented 9 years ago

Extend this rule so that the user is allowed to place a black between two white regions when:

  1. One region contains a number
  2. The other region does not
  3. Placing a white between the regions would create one region with a size greater than the number
mmellone commented 9 years ago

Fixed a bug with this. Appears to work well now. e4a8eec4da92763ed24e7b8bc06309534a442400

Bram28 commented 9 years ago

Great, thanks!