Sud╭─ʙʀɪᴅɢᴇ─╮oku
(Published on 30. September 2025, 18:17 by Jarian Amone)
The board is divided by a large river, and we need to build a bridge connecting the two banks.
Rules:
- Each bank of the river contains two regions. In each region, fill in the numbers 1–6 without repetition.
- Outside the regions, select 12 cells to form a bridge. These 12 cells must be connected as one single group and must link the two banks, with connection via orthogonal adjacency.
- On the bridge, fill in the numbers 1–6, with each number appearing exactly twice.
- Including the regions and the bridge, each row and each column must contain no repeated numbers.
- All other cells (those not part of any region or the bridge) are automatically considered to contain the number 0.
- Even: Cells with gray squares must contain even numbers.
- Slow thermometers: Numbers on a thick gray line increase or stay the same as they move away from the bulb.
- Arrows: Numbers along an arrow sum to the number shown in the circled cells.
- The numbers along the sides are for positioning only and do not provide any clues.
SudokuPad link: Click Here
Enjoy!
Solution code: Arrange all non-zero digits in rows 5-6 in ascending order.
Example: If digits are 5,6,4,1,5 → Code: 14556
Last changed on on 1. October 2025, 02:01
Solved by 72kchunshuai, SKORP17, zeniko
Comments
on 1. October 2025, 02:01 by Jarian Amone
Solution Code Changed.