|

How to Solve Lighthouse Puzzles

Lighthouses is another puzzle with an unknown history. This is unfortunately common with many types of games. The author puts something out there, possibly for a friend, and it gets passed around. Then it catches on, and by then, nobody remembers where it came from.

In a lighthouses puzzle, you will be using number clues to find single-cell ships hidden in the grid. I like to use tugboats in my theming.

Rules

Find all tugboats hidden in the grid, using number clues in the lighthouses.

  • Each boat occupies a single cell.
  • Lighthouses reveal all boats that share a row and column with it. Nothing blocks the lighthouse’s view..
  • Numbers indicate how many boats are revealed by that lighthouse.
  • Tugboats may not be adjacent to any other boat or lighthouse in any direction, including diagonally.
  • Each boat is lit by at least one lighthouse.

Some puzzle setters ignore the last rule and include “hidden” ships, which are not revealed by any lighthouse. If that is the case, they will usually tell you the total number of ships in the grid, so you can be sure you’ve found them all.

Basic Techniques to Solve

  1. Mark all the water first.
  2. Count cells in pairs. Any 2×2 region only contains one boat.
  3. Start with larger clues.
  4. Mark water around stripes of cells that must contain a boat.

Mark the Water

In puzzles where the goal is to find hidden objects, it’s always important to mark cells that you know to be unoccupied. Every extra constraint on what you’re looking for helps. In this case, you know that boats may not touch each other or any lighthouse, even diagonally.

  • First, mark all cells surrounding lighthouses as water.
  • If you have any lighthouses that see zero boats, mark all cells in their row and column as water.
  • In most puzzles, you can also eliminate all cells not seen by a lighthouse. The exception is if you’re given a boat total, implying that some may be hidden from view.
  • Later, when you find boats, you can mark all the cells surrounding them as water.
  • Finally, once you’ve revealed all the tugboats for a lighthouse, mark all the remaining cells in that row and column as water.

Count in Pairs

Because no two ships are adjacent, it can be useful to count cells in pairs when you’re examining a row or column. In any two adjacent cells, if one is occupied, the other must be empty. This especially helps when you have a few single cells that are already surrounded by water – you might be able to prove that they hold a boat.

Similarly, remember that any 2×2 area of cells can only contain one tugboat. This point is tricky to elaborate on without seeing it in practice. It’s mostly used to find general areas that must contain a boat and compare them to earlier deductions with dominoes. When you know the general areas that boats have to be, you can use that to mark more water cells.

Large Clues are More Limited

In general, start with the larger clues. After you’ve marked the initial water cells, these will be the most constrained. As a result, you should be able to at least determine groups of cells that must contain a boat. If you’re lucky, you might even locate some of the tugboats for certain. You just saw an example of this above with the lighthouse showing a 5 clue.

Search for Stripes

The biggest reason that finding just the general area of boats is that you can create more constraints. There are a few patterns you can use when you have a stripe of cells that must contain boats. For simplicity, I’ll refer to “above and below” the stripe. However, if that stripe is vertical, then “left or right” would be the equivalent.

  • Stripe of 2 cells that must contain 1 boat: Mark out the 4 cells above and below the stripe as water.
  • Stripe of 3 cells containing 1 boat: Mark out the middle cell above and below the stripe as water.

Solving the Puzzle

Now that we have our techniques, we can walk through the solution of our example puzzle. If you want to attempt some of the example puzzles we’ve used, you can try them online.

First Steps

Revealing Boats

Similar Posts