Six correct ship actions on the 5x5 Battleships Puzzle grid score 940 points, dropping your starting 1,000 by exactly ten per clean move. The grid hosts a fixed disclosed fleet: one cruiser of length three, one destroyer of length two, and one submarine of length one, occupying six cells in total. Row clues read 3, 0, 1, 1, 1 from top to bottom and column clues read 1, 2, 1, 0, 2 from left to right, and matching both lists is the only way to lock in the win. Every ship must run as one straight horizontal or vertical line, distinct ships must stay apart even at a corner, and any diagonal contact is rejected by the validator. The fastest route on a clean board is six Space presses that lay down the full fleet in the right cells; an incorrect press does not directly subtract points, but a confirmed break of the rules surfaces a contradiction that costs time. Working with the keyboard and reading the clues together is the difference between a 940 run and a stuck board.

battleships puzzle tips and tricks
battleships puzzle tips and tricks

The clue grid that fixes every move

The first trick in any Battleships Puzzle tips and tricks routine is to treat the row and column numbers as a single equation, not as two separate hints. Across all five rows the segments must add to 3 + 0 + 1 + 1 + 1 = 6, which matches the fleet total and confirms there is no waste. Across all five columns the segments add to 1 + 2 + 1 + 0 + 2 = 6, giving the same sum from the other axis. Whenever both totals converge on 6, every occupied cell sits somewhere inside those intersections and the nineteen remaining cells are guaranteed water.

Look at the row clue of 0, which sits in the second row from the top. A zero clue is the most powerful hint in the entire grid because it removes an entire row from placement: none of its cells can contain a ship segment, full stop. Cross-reference that with the column clue of 0, which sits in the fourth column from the left, and the same constraint clears every cell in that column. The intersection of those two forbidden lines is empty for ships, and the borders of those forbidden lines immediately become prime candidates for water marks while you reason about the rest of the fleet.

The other big giveaway is the row clue of 3 at the top. A three-cell row clue on a board that includes a length-3 cruiser means the cruiser almost certainly lives in the top row, because the only way to fit a contiguous horizontal length-3 line into a five-wide row is to use up that row's entire quota. That single deduction shrinks the search to a few placements and is the most reliable trick in this puzzle family.

Place a six-cell fleet without bending or touching

After the clue reading comes the placement phase, which is where most runs fail. The validator groups orthogonally adjacent occupied cells into components and checks three things per component: it must be collinear, its length must appear in the disclosed fleet, and the union of all components must equal the exact set {1, 2, 3}. Anything else is a contradiction, and a contradicted board never scores.

The trick is to plan the three ships in order of size. Place the cruiser first because it owns the most cells and the row clue of 3 forces its position. In the disclosed solution the cruiser sits across the top row on three contiguous cells, which means it occupies the entire top-left line and blocks the top-right corner from any further work. Only after the cruiser is placed does the destroyer become visible: the column clue of 2 on the right edge means two cells of that column must be filled by a single ship, and the column clue of 0 rules out the length-2 ship from sitting anywhere in the cleared column. The destroyer therefore lives on the right edge in two stacked cells, again fitting the vertical constraint of length 2.

The submarine is the simplest piece. Its one-cell footprint means it can land almost anywhere that is still empty and not diagonally adjacent to another ship. The disclosed placement satisfies the row clue of 1 at the bottom and the column clue of 2 in the second column from the left, and the no-touch rule against the destroyer is preserved because the two cells do not share an edge or a corner. If you are tempted to drop the sub next to either ship at a corner, the validator rejects the diagonal contact and surfaces a contradiction.

If you want to try the exact grid described here, the Battleships Puzzle tool keeps every clue, ship shape, and scoring rule covered in this article.

Keyboard habits that save moves

The keyboard layout is fixed, so learning it saves a turn per placement compared with mouse-only play. The arrow keys move the highlighted cell, Space adds or removes a ship segment on the highlighted cell, and Enter places an optional water mark on an empty cell. Mouse and touch users can click any cell to toggle a ship segment and use the context-menu gesture to mark water.

ActionKeyboardMouse or Touch
Move the selectionArrow keysTap or click any cell
Toggle a ship segmentSpaceClick or tap
Place a water markEnterContext menu or long-press
Restart the boardRestart keyRestart button
Show the boss coverDouble-press EscapeDouble-press Escape

A useful habit is to plan a route through the grid with the arrow keys before pressing Space on the first cell. Move to the cruiser's left end, press Space to anchor it, advance with Right arrow, press Space for the middle, advance again, press Space for the right end. That single unbroken sequence of three Space actions is the cleanest way to drop the largest ship. The cost of a misclick is not a score penalty in itself; it is the wasted move that costs ten points on the next correct ship action, so a steady cadence beats a fast one.

Water marks are free reasoning aids. Pressing Enter drops a small ripple icon on an unoccupied cell to remind yourself that you ruled it out, and pressing Enter again clears it. Water marks are ignored by the validator and never affect the score, so use them liberally when you are working through the diagonal-touch check. If you are racing for a perfect score, water marks stay on the board at the end of the run and do not count against you.

For broader puzzle context, the same no-touch convention is published by Conceptis, where diagonal isolation between ships is listed as a core Battleships rule alongside the fleet and line-count constraints.

What usually breaks a run

A few patterns account for nearly every failed run, and naming them in advance is half the trick.

A bent ship is the first. If two of your Space presses are adjacent but a third sits one cell off the line, the validator groups all three into one bent component and rejects the entire component. The validator explicitly checks that any connected ship is collinear, and a single bent placement means the fleet no longer matches the declared {1, 2, 3} set. There is no way to recover from this without removing at least one segment and starting that ship again.

Diagonal contact is the second. Even when the fleet is correctly shaped, two segments sitting on different ships cannot share a corner. The disclosed solution is carefully designed so that the cruiser at the top, the destroyer at the right edge, and the submarine near the bottom are all separated by at least one water cell in every diagonal direction. If you ever see two of your segments at a corner, the run is dead and a restart is faster than patching.

Overfilling a line is the third. Pressing Space too many times in one row or column pushes the line total above its clue, and the validator rejects the board immediately. This is most common when players try to drop the length-3 cruiser into a row whose clue is 1, or when they double-tap Space by accident. A quick glance at the printed clue before each Space press prevents this slip.

Out-of-range logic input is rejected outright. The keyboard only moves within the 5x5 grid, so pressing an arrow at the edge is a no-op rather than a wraparound. Knowing this prevents the panic of wondering why a keypress did nothing at a border cell.

Score math, restart, and the boss key

The score formula is simple and worth memorizing: the starting score is 1,000, each clean ship action costs 10 points, and the final score is max(0, 1,000 − 10 × ship actions). Six clean actions bring you to 940, the perfect result on this fixed grid. There is no timer, no random service, and no audio, so the only variable between runs is how many ship actions you take before the fleet is complete.

Restart clears ships, water marks, score, moves, and any contradiction state in one keypress. The completed best score may be stored in localStorage only, so your progress lives on your own device and never on a server. There is no account, no download, and no pointer-only interaction, which means the same board behaves identically on keyboard, mouse, and touch.

A small office trick worth keeping in your toolkit: double-press Escape to summon a shared simulated spreadsheet cover, then double-press Escape again to return to the unchanged fleet. This is a boss key, not a save state, and it does not pause a timer because there is no timer to pause. Treat it as a visual cover for shared screens rather than as part of your scoring strategy.

When you have the fleet, the clues, and the controls memorized, the only thing left is repetition. Each fresh run reinforces the diagonal check, the collinear check, and the row-plus-column total, and that repetition is what turns a 940 tip into a 940 habit.