Hacker News new | past | comments | ask | show | jobs | submit
I don’t understand how this is reverse minesweeper when it’s just minesweeper with flowers instead of bombs.
Yeah it's maybe not the best way to describe it, but my intention is all clues already visible at the start rather than exploration, and adding in flowers rather than avoiding mines.

The main difference is having all the clues visible at the start changes it to a search and deduction logic style rather than reveal and react

loading story #49061189
loading story #49059362
In minesweeper you start with nothing visible and explore while avoiding the bombs. In this you start with all of the hints visible and place the bombs.

However in practice it is very similar since identifying where the bombs are to not click them is exactly the same logic as identifying where the bombs need to go. The only functional difference ends up being that all of the hints are visible upfront rather than needing to discover them.

it reverses right and left click