Sudoku-Bench

This page requires Javascript. Please enable it to view the website.

Sudoku-Bench Leaderboard

Jeffrey Seely Sakana AI

Yuki Imajuku Sakana AI

Tianyu Zhao Sakana AI

Edoardo Cetin Sakana AI

Llion Jones Sakana AI

May

2025

PDF

Github

Evaluating Creative Reasoning with Sudoku Variants

This leaderboard shows performance on the Sudoku-Bench reasoning evaluation dataset.

Sudoku variants are not like vanilla Sudoku puzzles — Each puzzle author invents new rules specific to that puzzle (scroll down to see examples). These human-crafted puzzles are designed to stump expert solvers at first glance, but allow progress once the solver finds a non-obvious “break-in.” As such, Sudoku variants are the ideal (and possibly densest) source of “aha” or “euraka” moments in creative problem solving.

This makes Sudoku variants one of the most high-signal domains for benchmarking LLM reasoning models. We find that most LLMs struggle to make progress on most variant puzzles.

Sudoku-Bench is intended to evaluate LLM reasoning models without tool use. Humans can solve these puzzles by finding a creative insight that leads to a “break-in.” This means that humans can solve these in a “token-efficient” manner, but only after discovering some creative insight about the particular puzzle. We thus test LLMs to do the same and in all evaluations below we disable tool use.

Please see our technical report for an introduction to Sudoku variants and their utility in AI reasoning research.

Sudoku-Bench Leaderboard

Model Multi-Step Single-Shot
4x4 6x6 9x9
--- --- ---
ASR ACP ASR
--- --- ---
👑GPT-5 High 80.0% 12.8
GPT-5 Med 66.7% 11.3
GPT-5 Low 53.3% 8.5
O3 Mini High 60.0% 9.7
Gemini 2.5 Pro 73.3% 11.6
Qwen 3 235B A22B 40.0% 6.5
Qwen 3 30B A3B 6.7% 1.3
Grok 3 Mini 53.3% 8.5
Qwen QwQ 32B 26.7% 5.0
DeepSeek R1 60.0% 9.5
Claude 3.7 Sonnet (Thinking) 40.0% 8.1
GPT 4.1 13.3% 2.3
Llama 4 Scout 0.0% 0.6
Llama 4 Maverick 0.0% 0.2

(Note: A ‘-’ indicates insufficient data to meet reporting thresholds due to cost limitations.)

Models are evaluated using one of two configurations:

The evaluation measures performance based on two primary metrics:

The benchmark includes 100 puzzles of different grid sizes (15 4x4, 15 6x6, 70 9x9).


Frequently Asked Questions

Is there a private test set?

Due to the significant investment human setters make in crafting each puzzle, we do not have a private test set. The current Sudoku-Bench represents a curated snapshot of existing puzzles created before 2025. We may consider a private test set in the future.

Dozens of high-quality Sudoku variants are published daily on the web so any puzzle after an LLM’s training cutoff date can be considered out-of-domain if one wishes to test on them.

How is Sudoku-Bench different from other LLM reasoning benchmarks?

At its core, Sudoku-Bench is meant to measure the “aha” or “eureka” moment from creative problem-solving. Sudoku variants may be the densest source of eureka moments available, since puzzle authors explicitly design their puzzles to be seemingly unbreakable at first glance — even to expert solvers who have years of experience — but admit progress after a creative discovery is made.

Such insights are difficult to find in standard benchmarks, since a domain can be readily mastered through enough training data. But Sudoku variants are constantly evolving. Each Sudoku variant puzzle is unique — either through a unique ruleset or by requiring a solving tactic never seen before — making the domain of Sudoku variants more resistant to memorization compared to other benchmarks.

The memorization-resistance is similar in spirit to the ARC-AGI benchmark. A difference between ARC-AGI and Sudoku-Bench is worth noting: ARC-AGI puzzles ask the solver to discover the puzzle constraints by presenting a few examples, after which execution is often straightforward. In a Sudoku variant, all constraints are explicitly given as part of the puzzle, but a direct application of each rule in isolation typically yields no progress — a creative process is required to see how the constraints interact in non-obvious ways to create intermediate results, and ultimately a break-in to the solution. This makes Sudoku variants more similar to ARC-AGI-2 which emphasizes compositional reasoning.

Is Sudoku-Bench only for LLMs?

Mostly, yes.

Puzzles from ARC-AGI or standard (non-variant) Sudoku puzzles have a universal tokenized representation that applies to all training and test samples. However, Sudoku variants are so varied that we need natural language to encode and represent each puzzle. Sudoku-Bench in its current form is best suited for benchmarking LLM reasoning models.

Sudoku variants are not suitable for certain non-LLM reasoning models (e.g., HRM or TRM) without an explicit LLM module of some kind.

We present text-only representations of all puzzles in Sudoku-Bench. However, the dataset is naturally applicable for VLMs as well, which may be required for certain puzzles whose visual elements are too complex to fit into text. We explicitly selected the 100 puzzles of Sudoku-Bench to be ones that admit a text-only representation.


Example Prompts for Each Puzzle

Explore individual puzzles from the challenge_100 subset of the Sudoku-Bench dataset. Below we provide each puzzle and an example prompt for ease of use.

The full benchmark data is available on Hugging Face; see the Sudoku-Bench GitHub repo for an entry point and instructions on interacting with the full dataset.

Zeeta-Moth

by 99%Sneaky

Initial Board:

.................................1...............................................

Rules:

Normal sudoku rules apply.
Digits separated by a V sum to 5. Digits separated by an X sum to 10.
Digits along thermometers must increase from the bulb end to the tip.
Digits in cages sum to the small number printed in the corner.
Every string of three adjacent digits along a peach Entropic line must contain one low digit (123) one medium digit (456) and one high digit (789).
Along purple Renban lines the digits form a non-repeating consecutive set in any order.

Visual Elements:

- killer cage (value 9): r1c8 r1c9
- killer cage (value 9): r6c1 r6c2
- killer cage (value 7): r8c4 r9c4
- line, color: lightgray, coords: r1c5 r1c4 r2c3 r3c3
- line, color: violet, coords: r6c5 r6c4 r5c3 r4c3
- line, color: violet, coords: r3c9 r4c9 r5c8 r5c7
- line, color: violet, coords: r8c6 r8c7 r9c6 r9c7
- line, color: navajowhite, coords: r2c7 r3c7 r3c8
- line, color: navajowhite, coords: r7c7 r7c8 r8c8 r8c9 r9c9
- line, color: navajowhite, coords: r2c5 r3c6 r4c6 r5c5 r4c4 r3c4 r2c5
- shape: circle, color: lightgray, location: r1c5
- text: X, shape: circle, color: white, location: between r1c2 and r1c3
- text: V, shape: circle, color: white, location: between r1c1 and r1c2
- text: X, shape: circle, color: white, location: between r8c3 and r9c3
- text: X, shape: circle, color: white, location: between r6c8 and r6c9
- text: X, shape: circle, color: white, location: between r7c1 and r8c1

Example Prompt

You are a professional Sudoku puzzle solver. Please solve the following Sudoku variant.

## Format Explanation ##
Coordinates:
- We will use r{x}c{y} coordinates. For example, r1c1 is the top-left cell at row 1 column 1, r1c2 is the cell to the right at row 1 column 2, r2c1 is the cell below at row 2 column 1, and so on.

Visual Elements:
- Any visual elements will be described in text using rxcy coordinates.
- Please note the visual elements will be described as-is. If a thermo or arrow appears on the board, the location of the circle or bulb will be listed, and the line or arrow will be listed as a separate object. But you can infer they are part of the same object by their coordinates.
- If a visual element is described as "between" two cells, it means the visual element appears on the edge between the two cells.
- In some puzzles there may be visual elements outside of the grid and these will be described using the same coordinate system. For example an arrow in r0c1 pointing to the lower right means there is an arrow above r1c1 that points in the direction of the diagonal: r1c2, r2c3, etc.

## Tips ##
- In solving the puzzle it often helps to understand that there exists a unique solution.
- It therefore helps to focus on what values must be forced given the puzzle constraints, and given the fact that the solution is unique.
- All information is provided and is sufficient to solve the puzzle.

## Size ##
9 x 9

## Rules ##
"Normal sudoku rules apply. \nDigits separated by a V sum to 5. Digits separated by an X sum to 10.\nDigits along thermometers must increase from the bulb end to the tip.\nDigits in cages sum to the small number printed in the corner.\nEvery string of three adjacent digits along a peach Entropic line must contain one low digit (123) one medium digit (456) and one high digit (789).\nAlong purple Renban lines the digits form a non-repeating consecutive set in any order."

## Visual Elements ##
- killer cage (value 9): r1c8 r1c9
- killer cage (value 9): r6c1 r6c2
- killer cage (value 7): r8c4 r9c4
- line, color: lightgray, coords: r1c5 r1c4 r2c3 r3c3
- line, color: violet, coords: r6c5 r6c4 r5c3 r4c3
- line, color: violet, coords: r3c9 r4c9 r5c8 r5c7
- line, color: violet, coords: r8c6 r8c7 r9c6 r9c7
- line, color: navajowhite, coords: r2c7 r3c7 r3c8
- line, color: navajowhite, coords: r7c7 r7c8 r8c8 r8c9 r9c9
- line, color: navajowhite, coords: r2c5 r3c6 r4c6 r5c5 r4c4 r3c4 r2c5
- shape: circle, color: lightgray, location: r1c5
- text: X, shape: circle, color: white, location: between r1c2 and r1c3
- text: V, shape: circle, color: white, location: between r1c1 and r1c2
- text: X, shape: circle, color: white, location: between r8c3 and r9c3
- text: X, shape: circle, color: white, location: between r6c8 and r6c9
- text: X, shape: circle, color: white, location: between r7c1 and r8c1

## Initial Sudoku Board ##
. . . . . . . . .
. . . . . . . . .
. . . . . . . . .
. . . . . . 1 . .
. . . . . . . . .
. . . . . . . . .
. . . . . . . . .
. . . . . . . . .
. . . . . . . . .

## Answer Format ##
Please provide your answer at the end of your response. Put your answer within tags <ANSWER></ANSWER>. Your answer will be a sequence of 9x9 = 81 digits.

For example, the format should look like
<ANSWER>
1234567...
</ANSWER>

Copy Prompt

Show/Hide Solution

419527836327846951568913427675238149943751682182469573851392764294675318736184295

Taiga

by IcyFruit

Initial Board:

.................................................................................

Rules:

Normal sudoku rules apply. Identify two 'indexer' cells in each row, column, and box, with one indexing in the row and the other indexing in the column. The digit in an indexer cell indicates the position of the other indexer cell in its row or column. Positions are counted left to right in rows and top to bottom in columns. The value of an indexer cell is the digit in the cell it indexes. For all other cells, their value is their own digit. All lines are region-subset lines: ie 3x3 box boundaries divide each line into segments. For any pair of segments on the same line, the values on one of those segments must all appear on the other segment. Examples: i) If () represents an indexer cell, then 12(6)34(7)598 would be a valid row of digits, because there are exactly two indexer cells, and one of the cells indexes the other: the (7) is in position 6, and the other indexer cell contains a 6. The value of the (6) cell would be 7, because that is the digit in the cell it indexes. Given that this is a row, we would also know that r7c6 must be an indexer cell, because the (7) cell indexes it. ii) A region-subset line could contain the values 189-8-98-918, where a dash represents a box boundary. This is valid because (8) is a subset of (89) and (189), (89) is a subset of (189), and (189) is a subset of itself.

Visual Elements:

- line, color: mediumspringgreen, coords: r4c5 r4c4 r4c3 r5c3 r6c3 r5c4 r5c5 r6c6
- line, color: mediumspringgreen, coords: r4c9 r4c8 r4c7 r3c6 r2c5 r1c4 r1c3 r1c2 r2c3 r3c3 r2c4
- line, color: mediumspringgreen, coords: r2c6 r2c7 r2c8 r2c9
- line, color: mediumspringgreen, coords: r3c1 r3c2 r4c2 r5c2 r6c2
- line, color: mediumspringgreen, coords: r8c1 r9c2 r8c3 r9c4
- line, color: mediumspringgreen, coords: r6c4 r7c5 r7c6 r6c7 r5c8 r6c8 r7c9

Example Prompt

You are a professional Sudoku puzzle solver. Please solve the following Sudoku variant.

## Size ##
9 x 9

## Rules ##
"Normal sudoku rules apply. Identify two 'indexer' cells in each row, column, and box, with one indexing in the row and the other indexing in the column. The digit in an indexer cell indicates the position of the other indexer cell in its row or column. Positions are counted left to right in rows and top to bottom in columns. The value of an indexer cell is the digit in the cell it indexes. For all other cells, their value is their own digit. All lines are region-subset lines: ie 3x3 box boundaries divide each line into segments. For any pair of segments on the same line, the values on one of those segments must all appear on the other segment. Examples: i) If () represents an indexer cell, then 12(6)34(7)598 would be a valid row of digits, because there are exactly two indexer cells, and one of the cells indexes the other: the (7) is in position 6, and the other indexer cell contains a 6. The value of the (6) cell would be 7, because that is the digit in the cell it indexes. Given that this is a row, we would also know that r7c6 must be an indexer cell, because the (7) cell indexes it. ii) A region-subset line could contain the values 189-8-98-918, where a dash represents a box boundary. This is valid because (8) is a subset of (89) and (189), (89) is a subset of (189), and (189) is a subset of itself."

## Visual Elements ##
- line, color: mediumspringgreen, coords: r4c5 r4c4 r4c3 r5c3 r6c3 r5c4 r5c5 r6c6
- line, color: mediumspringgreen, coords: r4c9 r4c8 r4c7 r3c6 r2c5 r1c4 r1c3 r1c2 r2c3 r3c3 r2c4
- line, color: mediumspringgreen, coords: r2c6 r2c7 r2c8 r2c9
- line, color: mediumspringgreen, coords: r3c1 r3c2 r4c2 r5c2 r6c2
- line, color: mediumspringgreen, coords: r8c1 r9c2 r8c3 r9c4
- line, color: mediumspringgreen, coords: r6c4 r7c5 r7c6 r6c7 r5c8 r6c8 r7c9

## Initial Sudoku Board ##
. . . . . . . . .
. . . . . . . . .
. . . . . . . . .
. . . . . . . . .
. . . . . . . . .
. . . . . . . . .
. . . . . . . . .
. . . . . . . . .
. . . . . . . . .

For example, the format should look like
<ANSWER>
1234567...
</ANSWER>

Copy Prompt

Show/Hide Solution

847925613695413728321678549736892154954761832218354967589236471463187295172549386

Dyscalculia

by Lorena & friends

Initial Board:

.................................................................................

Rules:

I’m just so terrible with numbers! Whenever I try to write anything down, it always ends up full of obvious numerical errors. That simply won’t do in a sudoku, so I decided that I needed help. I shared this puzzle with my very punctilious friends, who made sure that all of the clues were correct. However, they weren’t able to say the same about the rules. After reading them very carefully, they assure me that I have, somehow, at least managed to stay consistent in the amount of my mistakes. That, along with normal sudoku rules should be enough information for you to solve it. (Make sure you scroll to see them all, unlike one of the testers who was left utterly confused). Here they are:

Cells separated by a V contain digits that add up to 5, and those separated by an X contain digits that add up to 7.

The numbers outside the grid are Sandwich Sums, which indicate the sum of the digits between 8 and 9 in the corresponding row or column.

Digits inside Killer Cages cannot repeat, and must add up to the total indicated in the upper left corner of the cage, or perhaps the total minus one (I can’t be sure, I’m terrible with numbers! But I’m consistent, so whichever it is, it’s the same for all four cages).

Three adjacent digits on a German whisper line must have a difference of at least 5.

All rules contain numerical mistakes, exactly two per rule.

Visual Elements:

- killer cage (value 12): r6c2 r7c2 r8c2 r9c2
- killer cage (value 10): r8c8 r9c8
- line, color: lightgreen, coords: r2c1 r1c2 r2c3 r3c2 r4c1 r4c2 r4c3
- line, color: lightgreen, coords: r2c4 r2c5
- line, color: lightgreen, coords: r2c6 r1c7 r2c8 r3c7 r4c6 r4c7 r4c8
- line, color: lightgreen, coords: r6c7 r5c8 r6c9 r7c8 r8c8
- line, color: lightgreen, coords: r5c5 r5c4 r5c3 r6c3 r6c4 r7c5 r8c4 r8c3
- line, color: lightgreen, coords: r6c1 r6c2
- line, color: lightgreen, coords: r7c1 r7c2
- shape: circle, color: lightgreen, location: between r1c4 and r1c5
- shape: circle, color: lightgreen, location: between r3c4 and r3c5
- shape: circle, color: lightgreen, location: between r8c8 and r9c8
- text: 0, shape: circle, location: r0c7
- text: 35, shape: circle, location: r3c0
- text: 8, shape: circle, location: r1c0
- text: 18, shape: circle, location: r7c0
- text: 0, shape: circle, location: r0c1
- text: V, shape: circle, color: white, location: between r1c4 and r1c5
- text: X, shape: circle, color: white, location: between r3c4 and r3c5
- text: X, shape: circle, color: white, location: between r8c8 and r9c8

Example Prompt

You are a professional Sudoku puzzle solver. Please solve the following Sudoku variant.

## Size ##
9 x 9

## Rules ##
"I\u2019m just so terrible with numbers! Whenever I try to write anything down, it always ends up full of obvious numerical errors. That simply won\u2019t do in a sudoku, so I decided that I needed help. I shared this puzzle with my very punctilious friends, who made sure that all of the clues were correct. However, they weren\u2019t able to say the same about the rules. After reading them very carefully, they assure me that I have, somehow, at least managed to stay consistent in the amount of my mistakes. That, along with normal sudoku rules should be enough information for you to solve it. (Make sure you scroll to see them all, unlike one of the testers who was left utterly confused). Here they are:\n\nCells separated by a V contain digits that add up to 5, and those separated by an X contain digits that add up to 7.\n\nThe numbers outside the grid are Sandwich Sums, which indicate the sum of the digits between 8 and 9 in the corresponding row or column.\n\nDigits inside Killer Cages cannot repeat, and must add up to the total indicated in the upper left corner of the cage, or perhaps the total minus one (I can\u2019t be sure, I\u2019m terrible with numbers! But I\u2019m consistent, so whichever it is, it\u2019s the same for all four cages).\n\nThree adjacent digits on a German whisper line must have a difference of at least 5.\n\nAll rules contain numerical mistakes, exactly two per rule."

## Visual Elements ##
- killer cage (value 12): r6c2 r7c2 r8c2 r9c2
- killer cage (value 10): r8c8 r9c8
- line, color: lightgreen, coords: r2c1 r1c2 r2c3 r3c2 r4c1 r4c2 r4c3
- line, color: lightgreen, coords: r2c4 r2c5
- line, color: lightgreen, coords: r2c6 r1c7 r2c8 r3c7 r4c6 r4c7 r4c8
- line, color: lightgreen, coords: r6c7 r5c8 r6c9 r7c8 r8c8
- line, color: lightgreen, coords: r5c5 r5c4 r5c3 r6c3 r6c4 r7c5 r8c4 r8c3
- line, color: lightgreen, coords: r6c1 r6c2
- line, color: lightgreen, coords: r7c1 r7c2
- shape: circle, color: lightgreen, location: between r1c4 and r1c5
- shape: circle, color: lightgreen, location: between r3c4 and r3c5
- shape: circle, color: lightgreen, location: between r8c8 and r9c8
- text: 0, shape: circle, location: r0c7
- text: 35, shape: circle, location: r3c0
- text: 8, shape: circle, location: r1c0
- text: 18, shape: circle, location: r7c0
- text: 0, shape: circle, location: r0c1
- text: V, shape: circle, color: white, location: between r1c4 and r1c5
- text: X, shape: circle, color: white, location: between r3c4 and r3c5
- text: X, shape: circle, color: white, location: between r8c8 and r9c8

For example, the format should look like
<ANSWER>
1234567...
</ANSWER>

Copy Prompt

Show/Hide Solution

385416297142397685976285341294578163758163924613942758839724516561839472427651839

Parity Fish

by Marty Sears

Initial Board:

.................................................................................

Rules:

Normal sudoku rules apply; fill the grid with the digits 1-9 so that digits don't repeat in any row, column, and marked 3x3 box.
Two cells adjacent along a red line must contain one even digit and one odd digit.
Two cells connected by a white dot contain consecutive digits.
Two cells connected by a black dot contain digits where one is double the other.

Visual Elements:

- shape: circle, color: white (stroke color: black), location: between r4c8 and r4c9
- shape: circle, color: white (stroke color: black), location: between r5c8 and r5c9
- shape: circle, color: white (stroke color: black), location: between r6c8 and r6c9
- shape: circle, color: white (stroke color: black), location: between r5c1 and r5c2
- shape: circle, color: white (stroke color: black), location: between r8c3 and r9c3
- shape: circle, color: white (stroke color: black), location: between r7c1 and r8c1
- shape: circle, color: white (stroke color: black), location: between r1c1 and r2c1
- shape: circle, color: white (stroke color: black), location: between r7c7 and r7c8
- shape: circle, color: white (stroke color: black), location: between r7c1 and r7c2
- shape: circle, color: white (stroke color: black), location: between r9c8 and r9c9
- shape: circle, color: white (stroke color: black), location: between r8c5 and r8c6
- shape: circle, color: white (stroke color: black), location: between r1c4 and r2c4
- shape: circle, color: white (stroke color: black), location: between r7c6 and r8c6
- shape: circle, color: white (stroke color: black), location: between r2c7 and r3c7
- shape: circle, color: white (stroke color: black), location: between r1c2 and r1c3
- shape: circle, color: white (stroke color: black), location: between r1c5 and r2c5
- shape: circle, color: black, location: between r3c2 and r4c2
- shape: circle, color: black, location: between r4c7 and r4c8
- shape: circle, color: black, location: between r2c3 and r3c3
- shape: circle, color: black, location: between r9c2 and r9c3
- shape: circle, color: black, location: between r8c8 and r9c8
- line, color: red, coords: r3c2, r3c3, r3c4, r3c5, r3c6, r4c7, r5c8, r6c7, r7c6, r7c5, r7c4, r7c3, r7c2
- line, color: red, coords: r4c1, r4c2, r5c3, r6c4, r7c4
- line, color: red, coords: r6c1, r6c2, r5c3, r4c4, r3c4

Example Prompt

You are a professional Sudoku puzzle solver. Please solve the following Sudoku variant.

## Size ##
9 x 9

## Rules ##
"Normal sudoku rules apply; fill the grid with the digits 1-9 so that digits don't repeat in any row, column, and marked 3x3 box.\nTwo cells adjacent along a red line must contain one even digit and one odd digit.\nTwo cells connected by a white dot contain consecutive digits.\nTwo cells connected by a black dot contain digits where one is double the other."

## Visual Elements ##
- shape: circle, color: white (stroke color: black), location: between r4c8 and r4c9
- shape: circle, color: white (stroke color: black), location: between r5c8 and r5c9
- shape: circle, color: white (stroke color: black), location: between r6c8 and r6c9
- shape: circle, color: white (stroke color: black), location: between r5c1 and r5c2
- shape: circle, color: white (stroke color: black), location: between r8c3 and r9c3
- shape: circle, color: white (stroke color: black), location: between r7c1 and r8c1
- shape: circle, color: white (stroke color: black), location: between r1c1 and r2c1
- shape: circle, color: white (stroke color: black), location: between r7c7 and r7c8
- shape: circle, color: white (stroke color: black), location: between r7c1 and r7c2
- shape: circle, color: white (stroke color: black), location: between r9c8 and r9c9
- shape: circle, color: white (stroke color: black), location: between r8c5 and r8c6
- shape: circle, color: white (stroke color: black), location: between r1c4 and r2c4
- shape: circle, color: white (stroke color: black), location: between r7c6 and r8c6
- shape: circle, color: white (stroke color: black), location: between r2c7 and r3c7
- shape: circle, color: white (stroke color: black), location: between r1c2 and r1c3
- shape: circle, color: white (stroke color: black), location: between r1c5 and r2c5
- shape: circle, color: black, location: between r3c2 and r4c2
- shape: circle, color: black, location: between r4c7 and r4c8
- shape: circle, color: black, location: between r2c3 and r3c3
- shape: circle, color: black, location: between r9c2 and r9c3
- shape: circle, color: black, location: between r8c8 and r9c8
- line, color: red, coords: r3c2, r3c3, r3c4, r3c5, r3c6, r4c7, r5c8, r6c7, r7c6, r7c5, r7c4, r7c3, r7c2
- line, color: red, coords: r4c1, r4c2, r5c3, r6c4, r7c4
- line, color: red, coords: r6c1, r6c2, r5c3, r4c4, r3c4

For example, the format should look like
<ANSWER>
1234567...
</ANSWER>

Copy Prompt

Show/Hide Solution

854369172976251834123478956419582367568937421237146598785694213691823745342715689

Ascension

by Florian Wortmann

Initial Board:

.................................................................................

Rules:

Normal sudoku rules apply.

Identical digits cannot be a knight's move apart.

Digits along an arrow sum to the digit in the corresponding circle.

Visual Elements:

- arrow, color: darkgray, coords (base to tip): r7c3 r6c2 r5c1
- arrow, color: darkgray, coords (base to tip): r4c3 r4c2 r4c1
- arrow, color: darkgray, coords (base to tip): r4c3 r5c4 r6c5
- arrow, color: darkgray, coords (base to tip): r4c6 r5c6 r6c6
- arrow, color: darkgray, coords (base to tip): r4c6 r3c5 r2c4
- arrow, color: darkgray, coords (base to tip): r1c6 r1c5 r1c4
- arrow, color: darkgray, coords (base to tip): r1c6 r2c7 r3c8
- arrow, color: darkgray, coords (base to tip): r1c9 r2c9 r3c9
- arrow, color: darkgray, coords (base to tip): r7c8 r8c8 r9c8
- arrow, color: darkgray, coords (base to tip): r9c4 r8c4 r8c5
- shape: circle, color: white (stroke color: darkgray), location: r7c3
- shape: circle, color: white (stroke color: darkgray), location: r4c3
- shape: circle, color: white (stroke color: darkgray), location: r4c6
- shape: circle, color: white (stroke color: darkgray), location: r1c6
- shape: circle, color: white (stroke color: darkgray), location: r1c9
- shape: circle, color: white (stroke color: darkgray), location: r7c8
- shape: circle, color: white (stroke color: darkgray), location: r9c4
- global: anti-knight

Example Prompt

You are a professional Sudoku puzzle solver. Please solve the following Sudoku variant.

## Size ##
9 x 9

## Rules ##
"Normal sudoku rules apply.\n\nIdentical digits cannot be a knight's move apart.\n\nDigits along an arrow sum to the digit in the corresponding circle."

## Visual Elements ##
- arrow, color: darkgray, coords (base to tip): r7c3 r6c2 r5c1
- arrow, color: darkgray, coords (base to tip): r4c3 r4c2 r4c1
- arrow, color: darkgray, coords (base to tip): r4c3 r5c4 r6c5
- arrow, color: darkgray, coords (base to tip): r4c6 r5c6 r6c6
- arrow, color: darkgray, coords (base to tip): r4c6 r3c5 r2c4
- arrow, color: darkgray, coords (base to tip): r1c6 r1c5 r1c4
- arrow, color: darkgray, coords (base to tip): r1c6 r2c7 r3c8
- arrow, color: darkgray, coords (base to tip): r1c9 r2c9 r3c9
- arrow, color: darkgray, coords (base to tip): r7c8 r8c8 r9c8
- arrow, color: darkgray, coords (base to tip): r9c4 r8c4 r8c5
- shape: circle, color: white (stroke color: darkgray), location: r7c3
- shape: circle, color: white (stroke color: darkgray), location: r4c3
- shape: circle, color: white (stroke color: darkgray), location: r4c6
- shape: circle, color: white (stroke color: darkgray), location: r1c6
- shape: circle, color: white (stroke color: darkgray), location: r1c9
- shape: circle, color: white (stroke color: darkgray), location: r7c8
- shape: circle, color: white (stroke color: darkgray), location: r9c4
- global: anti-knight

For example, the format should look like
<ANSWER>
1234567...
</ANSWER>

Copy Prompt

Show/Hide Solution

652718349789243651341659728516397284297481536834526197165934872928175463473862915

Matty Didn't Call You Back Because He Had The Wrogn Number

by Lake

Initial Board:

.................................................................................

Rules:

Normal sudoku rules apply.

Every clue in the puzzle is wrogn. A clue is wrogn if it is not completely correct.

Killer Cages: Digits in a cage cannot repeat and sum to the digit in the top left corner of the cage.

Look-And-Say Cages: Cages are also, independently, look-and-say. The number in the top left corner also says how many of each digit are in the cage. E.g. there is exactly "one 1" in the cages in box 2.

Arrows: A digit in a circle with an arrow attached is equal to the sum of the digits on the attached arrow. The different colours don't mean anything different.

Renban: digits on a purple renban line form a non-repeating set of consecutive digits, in any order.

Nabner: The set of digits on an orange nabner line must not repeat and no two digits on the line may be consecutive.

German whisper: Adjacent digits along a green german whisper line must have a difference of at least 5

Kropki dots: Digits separated by a white kropki dot are consecutive, digits separated by a black kropki dot are in a 1:2 ratio.

Thermos: Digits along a thermometer must always increase from the bulb to the tip.

The clues outside the grid are all independently Numbered Rooms, Sandwich and Skyscraper clues.

Numbered Rooms: A clue outside the grid indicates the digit which has to be placed in the Nth cell in the corresponding direction, where N is the digit placed in the first cell in that direction.

Sandwich: The numbers outside the grid give the sum of the digits between the 1 and the 9 in that row or column.

Skyscrapers: Digits in the grid represent skyscrapers, with their values corresponding to their heights. Taller skyscrapers obscure all shorter skyscrapers behind them. Clues outside the grid indicate the number of skyscrapers that can be seen in that row/column, from the line of sight of the clue.

Visual Elements:

- killer cage (value 11): r1c5 r1c6
- killer cage (value 11): r3c5 r3c6
- killer cage (value 11): r3c2 r4c2
- killer cage (value 37): r4c1 r5c1 r6c1 r7c1 r8c1 r9c1
- killer cage (value 10): r7c2 r8c2
- killer cage (value 18): r8c5 r8c6 r9c5 r9c6
- killer cage (value 12): r8c7 r8c8 r8c9
- killer cage (value 17): r7c3 r7c4 r8c3 r9c3
- killer cage (value 29): r3c7 r3c8 r3c9 r4c7 r4c8 r4c9
- killer cage (value 12): r1c1
- killer cage (value 12): r2c1 r2c2
- killer cage (value 12): r3c1
- killer cage (value 26091998): r5c7 r5c8 r5c9 r6c7 r6c8 r6c9
- line, color: fuchsia, coords: r4c1 r5c1 r6c1 r7c1 r8c1 r9c1
- line, color: fuchsia, coords: r4c6 r5c6 r6c6
- line, color: goldenrod, coords: r1c1 r2c1 r3c1
- line, color: goldenrod, coords: r6c3 r6c2 r5c2
- line, color: goldenrod, coords: r6c7 r5c7 r4c7
- line, color: lightgray, coords: r3c2 r3c3
- line, color: lightgray, coords: r1c2 r1c3
- line, color: lightgray, coords: r7c5 r7c6 r7c7
- line, color: lightgray, coords: r1c5 r1c6
- line, color: lightgray, coords: r3c5 r3c6
- line, color: lime, coords: r3c1 r2c2
- line, color: lime, coords: r1c1 r2c2
- line, color: lime, coords: r8c3 r9c3
- line, color: lime, coords: r7c4 r7c3
- line, color: lime, coords: r3c7 r3c8 r3c9
- line, color: lime, coords: r9c8 r9c7
- shape: circle, color: lightgray, location: r3c3
- shape: circle, color: lightgray, location: r1c3
- shape: circle, color: lightgray, location: r7c5
- shape: circle, color: lightgray, location: r1c5
- shape: circle, color: lightgray, location: r3c5
- text: 1, shape: circle, location: r0c2
- text: 1, shape: circle, location: r2c0
- text: 6, shape: circle, location: r10c3
- text: 8, shape: circle, location: r0c3
- text: 9, shape: circle, location: r10c2
- text: 5, shape: circle, location: r7c0
- text: 35, shape: circle, location: r0c1
- text: 7, shape: circle, location: r10c1
- text: 0, shape: circle, location: r7c10
- text: 4, shape: circle, location: r10c9
- text: 3, shape: circle, location: r8c10
- text: 7, shape: circle, location: r0c9
- text: 8, shape: circle, location: r10c8
- text: 4, shape: circle, location: r10c5
- text: 5, shape: circle, location: r5c0
- shape: circle, color: lightpink (stroke color: indianred), location: r9c2
- shape: circle, color: gainsboro (stroke color: black), location: r6c4
- shape: circle, color: gainsboro (stroke color: black), location: r4c4
- shape: circle, color: gainsboro (stroke color: black), location: r2c3
- shape: circle, color: gainsboro (stroke color: black), location: r6c8
- shape: circle, color: gainsboro (stroke color: black), location: r7c8
- shape: circle, color: gainsboro (stroke color: black), location: r1c8
- shape: circle, color: lightpink (stroke color: indianred), location: r9c2
- shape: circle, color: lightpink (stroke color: indianred), location: r3c4
- shape: circle, color: white (stroke color: black), location: between r3c2 and r3c3
- shape: circle, color: white (stroke color: black), location: between r1c2 and r1c3
- shape: circle, color: white (stroke color: black), location: between r1c2 and r2c2
- shape: circle, color: white (stroke color: black), location: between r2c2 and r2c3
- shape: circle, color: white (stroke color: black), location: between r2c2 and r3c2
- shape: circle, color: white (stroke color: black), location: between r2c1 and r2c2
- shape: circle, color: white (stroke color: black), location: between r9c2 and r9c3
- shape: circle, color: white (stroke color: black), location: between r3c5 and r3c6
- shape: circle, color: white (stroke color: black), location: between r1c5 and r1c6
- shape: circle, color: white (stroke color: black), location: between r7c8 and r7c9
- shape: circle, color: white (stroke color: black), location: between r7c6 and r8c6
- shape: circle, color: white (stroke color: black), location: between r2c6 and r2c7
- shape: circle, color: black, location: between r3c2 and r4c2
- shape: circle, color: black, location: between r5c3 and r6c3
- shape: circle, color: black, location: between r9c1 and r9c2
- shape: circle, color: black, location: between r8c1 and r8c2
- shape: circle, color: black, location: between r7c1 and r7c2
- shape: circle, color: black, location: between r7c5 and r8c5
- shape: circle, color: black, location: between r1c8 and r1c9
- shape: circle, color: black, location: between r1c8 and r2c8
- shape: circle, color: black, location: between r2c8 and r2c9
- shape: circle, color: black, location: between r1c9 and r2c9

Example Prompt

You are a professional Sudoku puzzle solver. Please solve the following Sudoku variant.

## Size ##
9 x 9

## Rules ##
"Normal sudoku rules apply.\n\nEvery clue in the puzzle is wrogn. A clue is wrogn if it is not completely correct.\n\nKiller Cages: Digits in a cage cannot repeat and sum to the digit in the top left corner of the cage.\n\nLook-And-Say Cages: Cages are also, independently, look-and-say. The number in the top left corner also says how many of each digit are in the cage. E.g. there is exactly \"one 1\" in the cages in box 2.\n\nArrows: A digit in a circle with an arrow attached is equal to the sum of the digits on the attached arrow. The different colours don't mean anything different.\n\nRenban: digits on a purple renban line form a non-repeating set of consecutive digits, in any order.\n\nNabner: The set of digits on an orange nabner line must not repeat and no two digits on the line may be consecutive.\n\nGerman whisper: Adjacent digits along a green german whisper line must have a difference of at least 5\n\nKropki dots: Digits separated by a white kropki dot are consecutive, digits separated by a black kropki dot are in a 1:2 ratio.\n\nThermos: Digits along a thermometer must always increase from the bulb to the tip.\n\nThe clues outside the grid are all independently Numbered Rooms, Sandwich and Skyscraper clues.\n\nNumbered Rooms: A clue outside the grid indicates the digit which has to be placed in the Nth cell in the corresponding direction, where N is the digit placed in the first cell in that direction.\n\nSandwich: The numbers outside the grid give the sum of the digits between the 1 and the 9 in that row or column.\n\nSkyscrapers: Digits in the grid represent skyscrapers, with their values corresponding to their heights. Taller skyscrapers obscure all shorter skyscrapers behind them. Clues outside the grid indicate the number of skyscrapers that can be seen in that row/column, from the line of sight of the clue."

## Visual Elements ##
- killer cage (value 11): r1c5 r1c6
- killer cage (value 11): r3c5 r3c6
- killer cage (value 11): r3c2 r4c2
- killer cage (value 37): r4c1 r5c1 r6c1 r7c1 r8c1 r9c1
- killer cage (value 10): r7c2 r8c2
- killer cage (value 18): r8c5 r8c6 r9c5 r9c6
- killer cage (value 12): r8c7 r8c8 r8c9
- killer cage (value 17): r7c3 r7c4 r8c3 r9c3
- killer cage (value 29): r3c7 r3c8 r3c9 r4c7 r4c8 r4c9
- killer cage (value 12): r1c1
- killer cage (value 12): r2c1 r2c2
- killer cage (value 12): r3c1
- killer cage (value 26091998): r5c7 r5c8 r5c9 r6c7 r6c8 r6c9
- line, color: fuchsia, coords: r4c1 r5c1 r6c1 r7c1 r8c1 r9c1
- line, color: fuchsia, coords: r4c6 r5c6 r6c6
- line, color: goldenrod, coords: r1c1 r2c1 r3c1
- line, color: goldenrod, coords: r6c3 r6c2 r5c2
- line, color: goldenrod, coords: r6c7 r5c7 r4c7
- line, color: lightgray, coords: r3c2 r3c3
- line, color: lightgray, coords: r1c2 r1c3
- line, color: lightgray, coords: r7c5 r7c6 r7c7
- line, color: lightgray, coords: r1c5 r1c6
- line, color: lightgray, coords: r3c5 r3c6
- line, color: lime, coords: r3c1 r2c2
- line, color: lime, coords: r1c1 r2c2
- line, color: lime, coords: r8c3 r9c3
- line, color: lime, coords: r7c4 r7c3
- line, color: lime, coords: r3c7 r3c8 r3c9
- line, color: lime, coords: r9c8 r9c7
- shape: circle, color: lightgray, location: r3c3
- shape: circle, color: lightgray, location: r1c3
- shape: circle, color: lightgray, location: r7c5
- shape: circle, color: lightgray, location: r1c5
- shape: circle, color: lightgray, location: r3c5
- text: 1, shape: circle, location: r0c2
- text: 1, shape: circle, location: r2c0
- text: 6, shape: circle, location: r10c3
- text: 8, shape: circle, location: r0c3
- text: 9, shape: circle, location: r10c2
- text: 5, shape: circle, location: r7c0
- text: 35, shape: circle, location: r0c1
- text: 7, shape: circle, location: r10c1
- text: 0, shape: circle, location: r7c10
- text: 4, shape: circle, location: r10c9
- text: 3, shape: circle, location: r8c10
- text: 7, shape: circle, location: r0c9
- text: 8, shape: circle, location: r10c8
- text: 4, shape: circle, location: r10c5
- text: 5, shape: circle, location: r5c0
- shape: circle, color: lightpink (stroke color: indianred), location: r9c2
- shape: circle, color: gainsboro (stroke color: black), location: r6c4
- shape: circle, color: gainsboro (stroke color: black), location: r4c4
- shape: circle, color: gainsboro (stroke color: black), location: r2c3
- shape: circle, color: gainsboro (stroke color: black), location: r6c8
- shape: circle, color: gainsboro (stroke color: black), location: r7c8
- shape: circle, color: gainsboro (stroke color: black), location: r1c8
- shape: circle, color: lightpink (stroke color: indianred), location: r9c2
- shape: circle, color: lightpink (stroke color: indianred), location: r3c4
- shape: circle, color: white (stroke color: black), location: between r3c2 and r3c3
- shape: circle, color: white (stroke color: black), location: between r1c2 and r1c3
- shape: circle, color: white (stroke color: black), location: between r1c2 and r2c2
- shape: circle, color: white (stroke color: black), location: between r2c2 and r2c3
- shape: circle, color: white (stroke color: black), location: between r2c2 and r3c2
- shape: circle, color: white (stroke color: black), location: between r2c1 and r2c2
- shape: circle, color: white (stroke color: black), location: between r9c2 and r9c3
- shape: circle, color: white (stroke color: black), location: between r3c5 and r3c6
- shape: circle, color: white (stroke color: black), location: between r1c5 and r1c6
- shape: circle, color: white (stroke color: black), location: between r7c8 and r7c9
- shape: circle, color: white (stroke color: black), location: between r7c6 and r8c6
- shape: circle, color: white (stroke color: black), location: between r2c6 and r2c7
- shape: circle, color: black, location: between r3c2 and r4c2
- shape: circle, color: black, location: between r5c3 and r6c3
- shape: circle, color: black, location: between r9c1 and r9c2
- shape: circle, color: black, location: between r8c1 and r8c2
- shape: circle, color: black, location: between r7c1 and r7c2
- shape: circle, color: black, location: between r7c5 and r8c5
- shape: circle, color: black, location: between r1c8 and r1c9
- shape: circle, color: black, location: between r1c8 and r2c8
- shape: circle, color: black, location: between r2c8 and r2c9
- shape: circle, color: black, location: between r1c9 and r2c9

For example, the format should look like
<ANSWER>
1234567...
</ANSWER>

Copy Prompt

Show/Hide Solution

124697835859321746736485219372149568495268173681573492263754981917832654548916327

Four Triangles

by Aad van de Wetering

Initial Board:

.........................6.................5...8...2...........2.................

Rules:

Normal sudoku rules apply. In each line of four cells the sum of the first two digits equals the sum of the last two digits.

Visual Elements:

- line, color: olivedrab, coords: r5c1 r5c2 r5c3 r5c4
- line, color: olivedrab, coords: r5c6 r5c7 r5c8 r5c9
- line, color: olivedrab, coords: r6c5 r7c5 r8c5 r9c5
- line, color: olivedrab, coords: r4c5 r3c5 r2c5 r1c5
- line, color: olivedrab, coords: r1c6 r2c6 r3c6 r4c6
- line, color: olivedrab, coords: r4c6 r4c7 r4c8 r4c9
- line, color: olivedrab, coords: r1c6 r2c7 r3c8 r4c9
- line, color: olivedrab, coords: r1c4 r2c4 r3c4 r4c4
- line, color: olivedrab, coords: r4c1 r4c2 r4c3 r4c4
- line, color: olivedrab, coords: r1c4 r2c3 r3c2 r4c1
- line, color: olivedrab, coords: r6c4 r7c4 r8c4 r9c4
- line, color: olivedrab, coords: r6c6 r7c6 r8c6 r9c6
- line, color: olivedrab, coords: r6c6 r6c7 r6c8 r6c9
- line, color: olivedrab, coords: r6c4 r6c3 r6c2 r6c1
- line, color: olivedrab, coords: r9c6 r8c7 r7c8 r6c9
- line, color: olivedrab, coords: r6c1 r7c2 r8c3 r9c4

Example Prompt

You are a professional Sudoku puzzle solver. Please solve the following Sudoku variant.

## Size ##
9 x 9

## Rules ##
"Normal sudoku rules apply. In each line of four cells the sum of the first two digits equals the sum of the last two digits."

## Visual Elements ##
- line, color: olivedrab, coords: r5c1 r5c2 r5c3 r5c4
- line, color: olivedrab, coords: r5c6 r5c7 r5c8 r5c9
- line, color: olivedrab, coords: r6c5 r7c5 r8c5 r9c5
- line, color: olivedrab, coords: r4c5 r3c5 r2c5 r1c5
- line, color: olivedrab, coords: r1c6 r2c6 r3c6 r4c6
- line, color: olivedrab, coords: r4c6 r4c7 r4c8 r4c9
- line, color: olivedrab, coords: r1c6 r2c7 r3c8 r4c9
- line, color: olivedrab, coords: r1c4 r2c4 r3c4 r4c4
- line, color: olivedrab, coords: r4c1 r4c2 r4c3 r4c4
- line, color: olivedrab, coords: r1c4 r2c3 r3c2 r4c1
- line, color: olivedrab, coords: r6c4 r7c4 r8c4 r9c4
- line, color: olivedrab, coords: r6c6 r7c6 r8c6 r9c6
- line, color: olivedrab, coords: r6c6 r6c7 r6c8 r6c9
- line, color: olivedrab, coords: r6c4 r6c3 r6c2 r6c1
- line, color: olivedrab, coords: r9c6 r8c7 r7c8 r6c9
- line, color: olivedrab, coords: r6c1 r7c2 r8c3 r9c4

## Initial Sudoku Board ##
. . . . . . . . .
. . . . . . . . .
. . . . . . . 6 .
. . . . . . . . .
. . . . . . . 5 .
. . 8 . . . 2 . .
. . . . . . . . .
2 . . . . . . . .
. . . . . . . . .

For example, the format should look like
<ANSWER>
1234567...
</ANSWER>

Copy Prompt

Show/Hide Solution

539864172726139548184725369615278493472913856398456217947582631261347985853691724

Limbo

by Testarossa

Initial Board:

..8.....44.....2....35....6..62...4......3............8...3....2....48..5.....4..

Rules:

1) Shikaku:\nDivide the grid into rectangular or square pieces. Each piece must contain exactly one digit, that shows its area.\n2) Star battle:\nPlace stars into the grid, so that each shikaku rectangle/square has one, and each row/column/3x3 box contains two of them. Stars can't be adjacent, even diagonally.\n3) Masyu:\nStars from star battle act as masyu circles - if it has a digit in the same cell, it is black; if not - it's white.\nDraw the single non-branching non-intersecting loop.\nThe loop should pass through all circles in such a way that:\nWhite circles must be passed through in a straight line, but the loop must turn in the previous and/or the next cell.\nBlack circles must be turned upon and the loop must travel straight through the next and the previous cell.\n4) Killer sudoku:\nNormal sudoku rules apply.\nGroups of cells not visited by the masyu loop act as killer cages.\nThose groups and killer cages already drawn in the grid must all sum to the same total.\n

Visual Elements:

- killer cage: r5c5 r6c5
- killer cage: r6c7

Example Prompt

You are a professional Sudoku puzzle solver. Please solve the following Sudoku variant.

## Size ##
9 x 9

## Rules ##
"1) Shikaku:\\nDivide the grid into rectangular or square pieces. Each piece must contain exactly one digit, that shows its area.\\n2) Star battle:\\nPlace stars into the grid, so that each shikaku rectangle/square has one, and each row/column/3x3 box contains two of them. Stars can't be adjacent, even diagonally.\\n3) Masyu:\\nStars from star battle act as masyu circles - if it has a digit in the same cell, it is black; if not - it's white.\\nDraw the single non-branching non-intersecting loop.\\nThe loop should pass through all circles in such a way that:\\nWhite circles must be passed through in a straight line, but the loop must turn in the previous and/or the next cell.\\nBlack circles must be turned upon and the loop must travel straight through the next and the previous cell.\\n4) Killer sudoku:\\nNormal sudoku rules apply.\\nGroups of cells not visited by the masyu loop act as killer cages.\\nThose groups and killer cages already drawn in the grid must all sum to the same total.\\n"

## Visual Elements ##
- killer cage: r5c5 r6c5
- killer cage: r6c7

## Initial Sudoku Board ##
. . 8 . . . . . 4
4 . . . . . 2 . .
. . 3 5 . . . . 6
. . 6 2 . . . 4 .
. . . . . 3 . . .
. . . . . . . . .
8 . . . 3 . . . .
2 . . . . 4 8 . .
5 . . . . . 4 . .

For example, the format should look like
<ANSWER>
1234567...
</ANSWER>

Copy Prompt

Show/Hide Solution

618729534495361278723548196986257341154983627372416985849635712267194853531872469

Astraeus

by oklux

Initial Board:

.................................................................................

Rules:

Normal Sudoku rules apply.
Renban: Each purple line contains a set of non-repeating consecutive digits in any order.
Thermo: Digits along thermometers must increase from the bulb end.
V: Adjacent cells connected with a V must sum to 5.

Visual Elements:

- line, color: lightgray, coords: r5c3 r4c4 r4c5 r5c6
- line, color: lightgray, coords: r5c4 r6c5 r6c6 r5c7
- line, color: lightgray, coords: r3c9 r2c9 r1c9
- line, color: lightgray, coords: r7c1 r8c1 r9c1
- line, color: violet, coords: r8c4 r7c4 r7c5
- line, color: violet, coords: r8c5 r9c5 r9c6
- line, color: violet, coords: r7c6 r8c6
- line, color: violet, coords: r6c9 r6c8 r7c8 r8c8 r9c8
- line, color: violet, coords: r4c9 r4c8 r3c8 r2c8 r1c8
- line, color: violet, coords: r4c1 r4c2 r3c2 r2c2 r1c2
- line, color: violet, coords: r6c1 r6c2 r7c2 r8c2 r9c2
- line, color: violet, coords: r6c3 r7c3
- line, color: violet, coords: r2c4 r3c4 r3c5
- line, color: violet, coords: r1c4 r1c5 r2c5
- line, color: violet, coords: r2c6 r3c6
- shape: circle, color: lightgray, location: r5c3
- shape: circle, color: lightgray, location: r5c4
- shape: circle, color: lightgray, location: r3c9
- shape: circle, color: lightgray, location: r7c1
- text: V, shape: circle, color: white, location: between r1c1 and r2c1

Example Prompt

You are a professional Sudoku puzzle solver. Please solve the following Sudoku variant.

## Size ##
9 x 9

## Rules ##
"Normal Sudoku rules apply. \nRenban: Each purple line contains a set of non-repeating consecutive digits in any order. \nThermo: Digits along thermometers must increase from the bulb end. \nV: Adjacent cells connected with a V must sum to 5."

## Visual Elements ##
- line, color: lightgray, coords: r5c3 r4c4 r4c5 r5c6
- line, color: lightgray, coords: r5c4 r6c5 r6c6 r5c7
- line, color: lightgray, coords: r3c9 r2c9 r1c9
- line, color: lightgray, coords: r7c1 r8c1 r9c1
- line, color: violet, coords: r8c4 r7c4 r7c5
- line, color: violet, coords: r8c5 r9c5 r9c6
- line, color: violet, coords: r7c6 r8c6
- line, color: violet, coords: r6c9 r6c8 r7c8 r8c8 r9c8
- line, color: violet, coords: r4c9 r4c8 r3c8 r2c8 r1c8
- line, color: violet, coords: r4c1 r4c2 r3c2 r2c2 r1c2
- line, color: violet, coords: r6c1 r6c2 r7c2 r8c2 r9c2
- line, color: violet, coords: r6c3 r7c3
- line, color: violet, coords: r2c4 r3c4 r3c5
- line, color: violet, coords: r1c4 r1c5 r2c5
- line, color: violet, coords: r2c6 r3c6
- shape: circle, color: lightgray, location: r5c3
- shape: circle, color: lightgray, location: r5c4
- shape: circle, color: lightgray, location: r3c9
- shape: circle, color: lightgray, location: r7c1
- text: V, shape: circle, color: white, location: between r1c1 and r2c1

For example, the format should look like
<ANSWER>
1234567...
</ANSWER>

Copy Prompt

Show/Hide Solution

276319548394825617851764923689471235413258796527936184168542379742693851935187462

Tendril Battle

by Biscuit

Initial Board:

.................................................................................

Rules:

Normal sudoku rules apply. Digits on a thermometer increase from bulb to tip.
Values outside the grid give the sum along the indicated diagonal.

Visual Elements:

- line, color: lightgray, coords: r7c1 r6c1 r5c1 r4c1 r4c2 r3c3
- line, color: lightgray, coords: r7c1 r6c2 r5c3 r5c4 r5c5
- line, color: lightgray, coords: r7c1 r7c2 r7c3 r7c4 r7c5
- line, color: lightgray, coords: r7c1 r8c1 r8c2 r9c3 r9c4
- line, color: lightgray, coords: r2c7 r3c8 r4c8 r5c9 r6c9 r6c8 r6c7
- line, color: lightgray, coords: r2c7 r3c6 r3c5
- line, color: lightgray, coords: r2c7 r2c6 r1c5 r2c4 r2c3 r2c2
- line, color: lightgray, coords: r2c7 r3c7 r4c7 r5c6 r6c6
- diagonal arrow, color: black, in location: r6c0, pointing lower right
- diagonal arrow, color: black, in location: r6c10, pointing upper left
- shape: circle, color: lightgray, location: r7c1
- shape: circle, color: lightgray, location: r2c7
- text: 9, shape: circle, location: r6c0
- text: 15, shape: circle, location: r6c10

Example Prompt

You are a professional Sudoku puzzle solver. Please solve the following Sudoku variant.

## Size ##
9 x 9

## Rules ##
"Normal sudoku rules apply. Digits on a thermometer increase from bulb to tip.\nValues outside the grid give the sum along the indicated diagonal."

## Visual Elements ##
- line, color: lightgray, coords: r7c1 r6c1 r5c1 r4c1 r4c2 r3c3
- line, color: lightgray, coords: r7c1 r6c2 r5c3 r5c4 r5c5
- line, color: lightgray, coords: r7c1 r7c2 r7c3 r7c4 r7c5
- line, color: lightgray, coords: r7c1 r8c1 r8c2 r9c3 r9c4
- line, color: lightgray, coords: r2c7 r3c8 r4c8 r5c9 r6c9 r6c8 r6c7
- line, color: lightgray, coords: r2c7 r3c6 r3c5
- line, color: lightgray, coords: r2c7 r2c6 r1c5 r2c4 r2c3 r2c2
- line, color: lightgray, coords: r2c7 r3c7 r4c7 r5c6 r6c6
- diagonal arrow, color: black, in location: r6c0, pointing lower right
- diagonal arrow, color: black, in location: r6c10, pointing upper left
- shape: circle, color: lightgray, location: r7c1
- shape: circle, color: lightgray, location: r2c7
- text: 9, shape: circle, location: r6c0
- text: 15, shape: circle, location: r6c10

For example, the format should look like
<ANSWER>
1234567...
</ANSWER>

Copy Prompt

Show/Hide Solution

812937645376452198459186327781264539693578214524319876167893452238745961945621783

Corners

by Space_man

Initial Board:

.................................................................................

Rules:

Normal Sudoku rules apply.
Arrow: Digits along an arrow sum to the digit in that arrow's circle.
Antiknight: Cells separated by a knight's move (in chess) cannot contain the same digit.

Visual Elements:

- arrow, color: darkgray, coords (base to tip): r5c4 r6c3 r5c2 r4c3
- arrow, color: darkgray, coords (base to tip): r3c5 r3c4 r2c5 r3c6
- arrow, color: darkgray, coords (base to tip): r7c5 r7c6 r8c5 r7c4
- arrow, color: darkgray, coords (base to tip): r5c6 r4c7 r5c8 r6c7
- arrow, color: darkgray, coords (base to tip): r7c3 r6c4 r5c5
- arrow, color: darkgray, coords (base to tip): r7c3 r7c2 r6c1
- arrow, color: darkgray, coords (base to tip): r7c3 r8c2 r8c3
- shape: circle, color: white (stroke color: darkgray), location: r5c4
- shape: circle, color: white (stroke color: darkgray), location: r3c5
- shape: circle, color: white (stroke color: darkgray), location: r7c5
- shape: circle, color: white (stroke color: darkgray), location: r5c6
- shape: circle, color: white (stroke color: darkgray), location: r7c3
- global: anti-knight

Example Prompt

You are a professional Sudoku puzzle solver. Please solve the following Sudoku variant.

## Size ##
9 x 9

## Rules ##
"Normal Sudoku rules apply.\nArrow: Digits along an arrow sum to the digit in that arrow's circle.\nAntiknight: Cells separated by a knight's move (in chess) cannot contain the same digit."

## Visual Elements ##
- arrow, color: darkgray, coords (base to tip): r5c4 r6c3 r5c2 r4c3
- arrow, color: darkgray, coords (base to tip): r3c5 r3c4 r2c5 r3c6
- arrow, color: darkgray, coords (base to tip): r7c5 r7c6 r8c5 r7c4
- arrow, color: darkgray, coords (base to tip): r5c6 r4c7 r5c8 r6c7
- arrow, color: darkgray, coords (base to tip): r7c3 r6c4 r5c5
- arrow, color: darkgray, coords (base to tip): r7c3 r7c2 r6c1
- arrow, color: darkgray, coords (base to tip): r7c3 r8c2 r8c3
- shape: circle, color: white (stroke color: darkgray), location: r5c4
- shape: circle, color: white (stroke color: darkgray), location: r3c5
- shape: circle, color: white (stroke color: darkgray), location: r7c5
- shape: circle, color: white (stroke color: darkgray), location: r5c6
- shape: circle, color: white (stroke color: darkgray), location: r7c3
- global: anti-knight

For example, the format should look like
<ANSWER>
1234567...
</ANSWER>

Copy Prompt

Show/Hide Solution

235794861167835429894261537952416378713958642486327195348172956671549283529683714

Zip Zag

by Sujoyku & Egubachu

Initial Board:

.................................................................................

Rules:

Normal sudoku rules apply: Place the digits 1 to 9 once each in every row, column, and box.

Zipper lines: Cells on a lavender zipper line at an equal distance to the center, which is marked with a dot, sum to the digit at the center.

Visual Elements:

- region: r1c9 r2c9 r3c9 r1c8 r2c8 r3c8 r1c7 r2c7 r3c7
- region: r4c9 r5c9 r6c9 r4c8 r5c8 r6c8 r4c7 r5c7 r6c7
- region: r7c9 r8c9 r9c9 r7c8 r8c8 r9c8 r7c7 r8c7 r9c7
- region: r1c6 r2c6 r3c6 r1c5 r2c5 r3c5 r1c4 r2c4 r3c4
- region: r4c6 r5c6 r6c6 r4c5 r5c5 r6c5 r4c4 r5c4 r6c4
- region: r7c6 r8c6 r9c6 r7c5 r8c5 r9c5 r7c4 r8c4 r9c4
- region: r1c3 r2c3 r3c3 r1c2 r2c2 r3c2 r1c1 r2c1 r3c1
- region: r4c3 r5c3 r6c3 r4c2 r5c2 r6c2 r4c1 r5c1 r6c1
- region: r7c3 r8c3 r9c3 r7c2 r8c2 r9c2 r7c1 r8c1 r9c1
- line, color: lavender, coords: r1c9 r2c8 r3c7 r3c6 r3c5 r2c5 r1c5
- line, color: lavender, coords: r5c9 r5c8 r5c7 r5c6 r6c7 r6c8 r7c9
- line, color: lavender, coords: r8c9 r7c8 r7c7 r7c6 r8c7 r8c8 r9c9
- line, color: lavender, coords: r9c5 r8c5 r7c5 r6c4 r5c3 r5c2 r5c1
- line, color: lavender, coords: r1c4 r2c4 r3c4 r4c4 r4c3 r3c3 r3c2
- line, color: lavender, coords: r9c2 r8c2 r7c3 r6c3 r6c2 r7c1 r8c1
- shape: circle, color: lavender, location: r3c6
- shape: circle, color: lavender, location: r5c6
- shape: circle, color: lavender, location: r7c6
- shape: circle, color: lavender, location: r4c4
- shape: circle, color: lavender, location: r6c4
- shape: circle, color: lavender, location: r6c3

Example Prompt

You are a professional Sudoku puzzle solver. Please solve the following Sudoku variant.

## Size ##
9 x 9

## Rules ##
"Normal sudoku rules apply: Place the digits 1 to 9 once each in every row, column, and box.\n\nZipper lines: Cells on a lavender zipper line at an equal distance to the center, which is marked with a dot, sum to the digit at the center."

## Visual Elements ##
- region: r1c9 r2c9 r3c9 r1c8 r2c8 r3c8 r1c7 r2c7 r3c7
- region: r4c9 r5c9 r6c9 r4c8 r5c8 r6c8 r4c7 r5c7 r6c7
- region: r7c9 r8c9 r9c9 r7c8 r8c8 r9c8 r7c7 r8c7 r9c7
- region: r1c6 r2c6 r3c6 r1c5 r2c5 r3c5 r1c4 r2c4 r3c4
- region: r4c6 r5c6 r6c6 r4c5 r5c5 r6c5 r4c4 r5c4 r6c4
- region: r7c6 r8c6 r9c6 r7c5 r8c5 r9c5 r7c4 r8c4 r9c4
- region: r1c3 r2c3 r3c3 r1c2 r2c2 r3c2 r1c1 r2c1 r3c1
- region: r4c3 r5c3 r6c3 r4c2 r5c2 r6c2 r4c1 r5c1 r6c1
- region: r7c3 r8c3 r9c3 r7c2 r8c2 r9c2 r7c1 r8c1 r9c1
- line, color: lavender, coords: r1c9 r2c8 r3c7 r3c6 r3c5 r2c5 r1c5
- line, color: lavender, coords: r5c9 r5c8 r5c7 r5c6 r6c7 r6c8 r7c9
- line, color: lavender, coords: r8c9 r7c8 r7c7 r7c6 r8c7 r8c8 r9c9
- line, color: lavender, coords: r9c5 r8c5 r7c5 r6c4 r5c3 r5c2 r5c1
- line, color: lavender, coords: r1c4 r2c4 r3c4 r4c4 r4c3 r3c3 r3c2
- line, color: lavender, coords: r9c2 r8c2 r7c3 r6c3 r6c2 r7c1 r8c1
- shape: circle, color: lavender, location: r3c6
- shape: circle, color: lavender, location: r5c6
- shape: circle, color: lavender, location: r7c6
- shape: circle, color: lavender, location: r4c4
- shape: circle, color: lavender, location: r6c4
- shape: circle, color: lavender, location: r6c3

For example, the format should look like
<ANSWER>
1234567...
</ANSWER>

Copy Prompt

Show/Hide Solution

925483671386175429714269385863512947241897563579634218692758134438921756157346892

Willow

by Math Pesto

Initial Board:

.................................................................................

Rules:

Normal sudoku rules apply.
Digits cannot repeat within a cage. Digits along an arrow sum to the digit in its circle. Adjacent digits on a green line differ by 5 or more. Digits on a purple line comprise a set of non-repeating, consecutive digits (in any order).

Visual Elements:

- killer cage: r2c2 r2c3 r2c4 r3c2 r3c3 r3c4 r4c2 r4c3 r4c4
- killer cage: r2c6 r2c7 r2c8 r3c6 r3c7 r3c8 r4c6 r4c7 r4c8
- killer cage: r6c6 r6c7 r6c8 r7c6 r7c7 r7c8 r8c6 r8c7 r8c8
- killer cage: r6c2 r6c3 r6c4 r7c2 r7c3 r7c4 r8c2 r8c3 r8c4
- line, color: violet, coords: r1c5 r2c4 r3c3 r4c2 r5c1
- line, color: violet, coords: r5c2 r5c3 r5c4
- line, color: violet, coords: r2c5 r3c5 r4c5
- line, color: violet, coords: r9c6 r9c7 r9c8
- line, color: violet, coords: r7c7 r8c8
- line, color: lightgreen, coords: r6c1 r7c1 r8c1
- line, color: lightgreen, coords: r9c2 r9c3 r9c4
- line, color: lightgreen, coords: r2c9 r3c9 r4c9
- line, color: lightgreen, coords: r5c8 r5c7 r5c6
- arrow, color: darkgray, coords (base to tip): r5c1 r4c1 r3c1 r2c1
- arrow, color: darkgray, coords (base to tip): r1c5 r1c4 r1c3 r1c2
- shape: circle, color: white (stroke color: darkgray), location: r5c1
- shape: circle, color: white (stroke color: darkgray), location: r1c5

Example Prompt

You are a professional Sudoku puzzle solver. Please solve the following Sudoku variant.

## Size ##
9 x 9

## Rules ##
"Normal sudoku rules apply. \nDigits cannot repeat within a cage. Digits along an arrow sum to the digit in its circle. Adjacent digits on a green line differ by 5 or more. Digits on a purple line comprise a set of non-repeating, consecutive digits (in any order)."

## Visual Elements ##
- killer cage: r2c2 r2c3 r2c4 r3c2 r3c3 r3c4 r4c2 r4c3 r4c4
- killer cage: r2c6 r2c7 r2c8 r3c6 r3c7 r3c8 r4c6 r4c7 r4c8
- killer cage: r6c6 r6c7 r6c8 r7c6 r7c7 r7c8 r8c6 r8c7 r8c8
- killer cage: r6c2 r6c3 r6c4 r7c2 r7c3 r7c4 r8c2 r8c3 r8c4
- line, color: violet, coords: r1c5 r2c4 r3c3 r4c2 r5c1
- line, color: violet, coords: r5c2 r5c3 r5c4
- line, color: violet, coords: r2c5 r3c5 r4c5
- line, color: violet, coords: r9c6 r9c7 r9c8
- line, color: violet, coords: r7c7 r8c8
- line, color: lightgreen, coords: r6c1 r7c1 r8c1
- line, color: lightgreen, coords: r9c2 r9c3 r9c4
- line, color: lightgreen, coords: r2c9 r3c9 r4c9
- line, color: lightgreen, coords: r5c8 r5c7 r5c6
- arrow, color: darkgray, coords (base to tip): r5c1 r4c1 r3c1 r2c1
- arrow, color: darkgray, coords (base to tip): r1c5 r1c4 r1c3 r1c2
- shape: circle, color: white (stroke color: darkgray), location: r5c1
- shape: circle, color: white (stroke color: darkgray), location: r1c5

For example, the format should look like
<ANSWER>
1234567...
</ANSWER>

Copy Prompt

Show/Hide Solution

634298175298571463517463289162389754875642931349157628953724816426815397781936542

Slow Thermos

by Pete Craig

Initial Board:

....5.......................................................................1....

Rules:

Normal Sudoku rules apply. Each row, column, and 3x3 box contains each number from 1 to 9 exactly once.
Digits along a thermometer must increase or stay the same from the bulb to the end.

Visual Elements:

- line, color: lightgray, coords: r4c2 r5c2 r6c2 r7c3 r8c4 r8c5 r8c6 r7c7 r6c8 r5c8
- line, color: lightgray, coords: r2c3 r3c4 r4c5 r3c6 r2c7 r3c8 r4c7 r5c6 r6c7 r7c8 r8c7 r7c6 r6c5 r7c4 r8c3 r7c2 r6c3 r5c4 r4c3 r3c2
- line, color: lightgray, coords: r4c8 r3c7 r2c6 r2c5 r2c4 r3c3
- shape: circle, color: lightgray, location: r4c2
- shape: circle, color: lightgray, location: r2c3
- shape: circle, color: lightgray, location: r4c8

Example Prompt

You are a professional Sudoku puzzle solver. Please solve the following Sudoku variant.

## Size ##
9 x 9

## Rules ##
"Normal Sudoku rules apply. Each row, column, and 3x3 box contains each number from 1 to 9 exactly once.\nDigits along a thermometer must increase or stay the same from the bulb to the end."

## Visual Elements ##
- line, color: lightgray, coords: r4c2 r5c2 r6c2 r7c3 r8c4 r8c5 r8c6 r7c7 r6c8 r5c8
- line, color: lightgray, coords: r2c3 r3c4 r4c5 r3c6 r2c7 r3c8 r4c7 r5c6 r6c7 r7c8 r8c7 r7c6 r6c5 r7c4 r8c3 r7c2 r6c3 r5c4 r4c3 r3c2
- line, color: lightgray, coords: r4c8 r3c7 r2c6 r2c5 r2c4 r3c3
- shape: circle, color: lightgray, location: r4c2
- shape: circle, color: lightgray, location: r2c3
- shape: circle, color: lightgray, location: r4c8

## Initial Sudoku Board ##
. . . . 5 . . . .
. . . . . . . . .
. . . . . . . . .
. . . . . . . . .
. . . . . . . . .
. . . . . . . . .
. . . . . . . . .
. . . . . . . . .
. . . . 1 . . . .

For example, the format should look like
<ANSWER>
1234567...
</ANSWER>

Copy Prompt

Show/Hide Solution

742356918361987254589142736418729365625834197937561482273695841196478523854213679

Four Corner Shots

by noswald

Initial Board:

.................................................................................

Rules:

Normal Sudoku rules apply. Place the digits 1 through 9 in each empty cell. Digits must not repeat within the same row, column, or box.

The digits in a cage must sum to the number printed in its corner. Digits may not repeat within a cage.

The digits along each arrow must sum to the digit in the circled cell. Digits may repeat along an arrow if permitted by other rules.

Cells with a filled circle must be odd. Cells with a filled square must be even.

Exported from sudokulab.net

Visual Elements:

- killer cage (value 17): r1c1 r1c2 r2c1 r2c2
- killer cage (value 11): r1c5 r1c6 r2c5 r2c6
- killer cage (value 17): r1c8 r1c9 r2c8 r2c9
- killer cage (value 20): r8c1 r8c2 r9c1 r9c2
- killer cage (value 10): r8c5 r8c6 r9c5 r9c6
- killer cage (value 15): r8c8 r8c9 r9c8 r9c9
- arrow, color: darkgray, coords (base to tip): r1c1 r2c2 r3c2 r4c2
- arrow, color: darkgray, coords (base to tip): r9c2 r8c1 r7c1 r6c1
- arrow, color: darkgray, coords (base to tip): r2c8 r2c9 r3c9 r4c9
- arrow, color: darkgray, coords (base to tip): r8c9 r8c8 r7c8 r6c8
- arrow, color: darkgray, coords (base to tip): r5c2 r4c3 r5c3 r6c3
- arrow, color: darkgray, coords (base to tip): r5c5 r4c4 r5c4 r6c4
- arrow, color: darkgray, coords (base to tip): r5c8 r4c7 r5c7 r6c7
- shape: circle, color: lightgray, location: r4c4
- shape: circle, color: white (stroke color: darkgray), location: r1c1
- shape: circle, color: white (stroke color: darkgray), location: r9c2
- shape: circle, color: white (stroke color: darkgray), location: r2c8
- shape: circle, color: white (stroke color: darkgray), location: r8c9
- shape: circle, color: white (stroke color: darkgray), location: r5c2
- shape: circle, color: white (stroke color: darkgray), location: r5c5
- shape: circle, color: white (stroke color: darkgray), location: r5c8

Example Prompt

You are a professional Sudoku puzzle solver. Please solve the following Sudoku variant.

## Size ##
9 x 9

## Rules ##
"Normal Sudoku rules apply. Place the digits 1 through 9 in each empty cell. Digits must not repeat within the same row, column, or box.\n\nThe digits in a cage must sum to the number printed in its corner. Digits may not repeat within a cage.\n\nThe digits along each arrow must sum to the digit in the circled cell. Digits may repeat along an arrow if permitted by other rules.\n\nCells with a filled circle must be odd. Cells with a filled square must be even.\n\nExported from sudokulab.net"

## Visual Elements ##
- killer cage (value 17): r1c1 r1c2 r2c1 r2c2
- killer cage (value 11): r1c5 r1c6 r2c5 r2c6
- killer cage (value 17): r1c8 r1c9 r2c8 r2c9
- killer cage (value 20): r8c1 r8c2 r9c1 r9c2
- killer cage (value 10): r8c5 r8c6 r9c5 r9c6
- killer cage (value 15): r8c8 r8c9 r9c8 r9c9
- arrow, color: darkgray, coords (base to tip): r1c1 r2c2 r3c2 r4c2
- arrow, color: darkgray, coords (base to tip): r9c2 r8c1 r7c1 r6c1
- arrow, color: darkgray, coords (base to tip): r2c8 r2c9 r3c9 r4c9
- arrow, color: darkgray, coords (base to tip): r8c9 r8c8 r7c8 r6c8
- arrow, color: darkgray, coords (base to tip): r5c2 r4c3 r5c3 r6c3
- arrow, color: darkgray, coords (base to tip): r5c5 r4c4 r5c4 r6c4
- arrow, color: darkgray, coords (base to tip): r5c8 r4c7 r5c7 r6c7
- shape: circle, color: lightgray, location: r4c4
- shape: circle, color: white (stroke color: darkgray), location: r1c1
- shape: circle, color: white (stroke color: darkgray), location: r9c2
- shape: circle, color: white (stroke color: darkgray), location: r2c8
- shape: circle, color: white (stroke color: darkgray), location: r8c9
- shape: circle, color: white (stroke color: darkgray), location: r5c2
- shape: circle, color: white (stroke color: darkgray), location: r5c5
- shape: circle, color: white (stroke color: darkgray), location: r5c8

For example, the format should look like
<ANSWER>
1234567...
</ANSWER>

Copy Prompt

Show/Hide Solution

829731645346925871715486392932178564571364289684259137163597428257843916498612753

Loopy Whisper Rooms

by yttrio

Initial Board:

.................................................................................

Rules:

Normal Sudoku rules apply.

Draw a one-cell-wide loop of orthogonally connected cells. The loop may not touch itself, not even diagonally.

The loop acts as a German Whispers line (i.e., adjacent digits on the loop must have a difference of at least 5).

Loopy Numbered Rooms: Clues outside the grid indicate the digit which has to be placed in the Nth loop cell in the corresponding direction, where N is the digit next to the clue (and not necessarily on the loop).

Visual Elements:

- text: 6, shape: circle, location: r1c0
- text: 4, shape: circle, location: r3c0
- text: 6, shape: circle, location: r0c7
- text: 4, shape: circle, location: r3c10
- text: 8, shape: circle, location: r10c4
- text: 9, shape: circle, location: r10c9
- text: 7, shape: circle, location: r7c10

Example Prompt

You are a professional Sudoku puzzle solver. Please solve the following Sudoku variant.

## Size ##
9 x 9

## Rules ##
"Normal Sudoku rules apply.\n\nDraw a one-cell-wide loop of orthogonally connected cells. The loop may not touch itself, not even diagonally.\n\nThe loop acts as a German Whispers line (i.e., adjacent digits on the loop must have a difference of at least 5).\n\nLoopy Numbered Rooms: Clues outside the grid indicate the digit which has to be placed in the Nth loop cell in the corresponding direction, where N is the digit next to the clue (and not necessarily on the loop)."

## Visual Elements ##
- text: 6, shape: circle, location: r1c0
- text: 4, shape: circle, location: r3c0
- text: 6, shape: circle, location: r0c7
- text: 4, shape: circle, location: r3c10
- text: 8, shape: circle, location: r10c4
- text: 9, shape: circle, location: r10c9
- text: 7, shape: circle, location: r7c10

For example, the format should look like
<ANSWER>
1234567...
</ANSWER>

Copy Prompt

Show/Hide Solution

391642587428157396576839421612578934783914265954263718169725843247381659835496172

Thermal Balance

by gdc

Initial Board:

.................................................................................

Rules:

Normal Sudoku rules apply.
Yin Yang: Shade some cells so that all shaded cells  are orthogonally connected and all unshaded cells are orthogonally connected. Each 2x2 area of the grid contains shaded and unshaded cells.
Hot/Cold: The value of a shaded cell is one more than it's digit. The value of an unshaded cell is one less than it's digit.
Arrows: Values along an arrow sum to the value in the attached circle.
Kropki: White dots separate cells with consecutive values. Not all dots are given.

Visual Elements:

- arrow, color: darkgray, coords (base to tip): r6c3 r6c4 r5c4 r5c5 r4c5 r4c6 r3c6
- arrow, color: darkgray, coords (base to tip): r4c2 r5c2 r5c1 r4c1 r3c1 r3c2 r3c3 r2c3
- arrow, color: darkgray, coords (base to tip): r9c6 r8c6 r8c5 r7c5 r6c5
- arrow, color: darkgray, coords (base to tip): r5c7 r4c7
- arrow, color: darkgray, coords (base to tip): r5c7 r5c8 r6c8 r7c8
- arrow, color: darkgray, coords (base to tip): r3c7 r2c7 r2c6 r2c5 r2c4
- arrow, color: darkgray, coords (base to tip): r9c2 r9c1
- arrow, color: darkgray, coords (base to tip): r2c2 r2c1 r1c1
- shape: circle, color: white (stroke color: darkgray), location: r6c3
- shape: circle, color: white (stroke color: darkgray), location: r4c2
- shape: circle, color: white (stroke color: darkgray), location: r9c6
- shape: circle, color: white (stroke color: darkgray), location: r5c7
- shape: circle, color: white (stroke color: darkgray), location: r3c7
- shape: circle, color: white (stroke color: darkgray), location: r9c2
- shape: circle, color: white (stroke color: darkgray), location: r2c2
- shape: circle, color: white (stroke color: black), location: between r8c9 and r9c9
- shape: circle, color: white (stroke color: black), location: between r4c1 and r5c1

Example Prompt

You are a professional Sudoku puzzle solver. Please solve the following Sudoku variant.

## Size ##
9 x 9

## Rules ##
"Normal Sudoku rules apply.\nYin Yang: Shade some cells so that all shaded cells  are orthogonally connected and all unshaded cells are orthogonally connected. Each 2x2 area of the grid contains shaded and unshaded cells.\nHot/Cold: The value of a shaded cell is one more than it's digit. The value of an unshaded cell is one less than it's digit.\nArrows: Values along an arrow sum to the value in the attached circle.\nKropki: White dots separate cells with consecutive values. Not all dots are given."

## Visual Elements ##
- arrow, color: darkgray, coords (base to tip): r6c3 r6c4 r5c4 r5c5 r4c5 r4c6 r3c6
- arrow, color: darkgray, coords (base to tip): r4c2 r5c2 r5c1 r4c1 r3c1 r3c2 r3c3 r2c3
- arrow, color: darkgray, coords (base to tip): r9c6 r8c6 r8c5 r7c5 r6c5
- arrow, color: darkgray, coords (base to tip): r5c7 r4c7
- arrow, color: darkgray, coords (base to tip): r5c7 r5c8 r6c8 r7c8
- arrow, color: darkgray, coords (base to tip): r3c7 r2c7 r2c6 r2c5 r2c4
- arrow, color: darkgray, coords (base to tip): r9c2 r9c1
- arrow, color: darkgray, coords (base to tip): r2c2 r2c1 r1c1
- shape: circle, color: white (stroke color: darkgray), location: r6c3
- shape: circle, color: white (stroke color: darkgray), location: r4c2
- shape: circle, color: white (stroke color: darkgray), location: r9c6
- shape: circle, color: white (stroke color: darkgray), location: r5c7
- shape: circle, color: white (stroke color: darkgray), location: r3c7
- shape: circle, color: white (stroke color: darkgray), location: r9c2
- shape: circle, color: white (stroke color: darkgray), location: r2c2
- shape: circle, color: white (stroke color: black), location: between r8c9 and r9c9
- shape: circle, color: white (stroke color: black), location: between r4c1 and r5c1

For example, the format should look like
<ANSWER>
1234567...
</ANSWER>

Copy Prompt

Show/Hide Solution

568794231791325486324681975186953742237148569459267318915436827873512694642879153

Mutation

by Pete Craig

Initial Board:

.................................................................................

Rules:

Normal Sudoku rules apply. Each row, column, and 3x3 box contains each number from 1 to 9 exactly once.
Quadruple: The digits in each circle must appear at least once in the four surrounding cells.
Whispers: Along each green line, each pair of
adjacent digits have a difference of at least 5.

Visual Elements:

- line, color: lightgreen, coords: r2c2 r3c3 r4c4 r3c5 r2c6 r2c7 r2c8 r3c7 r4c6 r5c7 r6c8 r7c8
- line, color: lightgreen, coords: r8c8 r7c7 r6c6 r7c5 r8c4 r8c3 r8c2 r7c3 r6c4 r5c3 r4c2 r3c2
- text: 1 2
3 8, shape: circle, color: white (stroke color: black), location: at the corner of r2c2 r2c3 r3c2 r3c3
- text: 2 5, shape: circle, color: white (stroke color: black), location: at the corner of r2c7 r2c8 r3c7 r3c8
- text: 1 7, shape: circle, color: white (stroke color: black), location: at the corner of r7c2 r7c3 r8c2 r8c3
- text: 4 6
9, shape: circle, color: white (stroke color: black), location: at the corner of r5c7 r5c8 r6c7 r6c8
- text: 3, shape: circle, color: white (stroke color: black), location: at the corner of r4c2 r4c3 r5c2 r5c3
- text: 3 8, shape: circle, color: white (stroke color: black), location: at the corner of r7c4 r7c5 r8c4 r8c5
- text: 2 3
6 7, shape: circle, color: white (stroke color: black), location: at the corner of r7c7 r7c8 r8c7 r8c8

Example Prompt

You are a professional Sudoku puzzle solver. Please solve the following Sudoku variant.

## Size ##
9 x 9

## Rules ##
"Normal Sudoku rules apply. Each row, column, and 3x3 box contains each number from 1 to 9 exactly once.\nQuadruple: The digits in each circle must appear at least once in the four surrounding cells.\nWhispers: Along each green line, each pair of\nadjacent digits have a difference of at least 5.\n"

## Visual Elements ##
- line, color: lightgreen, coords: r2c2 r3c3 r4c4 r3c5 r2c6 r2c7 r2c8 r3c7 r4c6 r5c7 r6c8 r7c8
- line, color: lightgreen, coords: r8c8 r7c7 r6c6 r7c5 r8c4 r8c3 r8c2 r7c3 r6c4 r5c3 r4c2 r3c2
- text: 1 2
3 8, shape: circle, color: white (stroke color: black), location: at the corner of r2c2 r2c3 r3c2 r3c3
- text: 2 5, shape: circle, color: white (stroke color: black), location: at the corner of r2c7 r2c8 r3c7 r3c8
- text: 1 7, shape: circle, color: white (stroke color: black), location: at the corner of r7c2 r7c3 r8c2 r8c3
- text: 4 6
9, shape: circle, color: white (stroke color: black), location: at the corner of r5c7 r5c8 r6c7 r6c8
- text: 3, shape: circle, color: white (stroke color: black), location: at the corner of r4c2 r4c3 r5c2 r5c3
- text: 3 8, shape: circle, color: white (stroke color: black), location: at the corner of r7c4 r7c5 r8c4 r8c5
- text: 2 3
6 7, shape: circle, color: white (stroke color: black), location: at the corner of r7c7 r7c8 r8c7 r8c8

For example, the format should look like
<ANSWER>
1234567...
</ANSWER>

Copy Prompt

Show/Hide Solution

945672183713584926628193754489261537132457698567938412874315269291846375356729841

Theta

by Gerhard1963

Initial Board:

.................................................................................

Rules:

Standard sudoku rules apply: The digits 1 through 9 appear in every row, column, and box.

Region Sum Line: The sum of the digits on a blue line within a particular region must be the same for all of the regions the line passes through.

XV Pairs: Digits in cells separated by a V sum to 5. Digits in cells separated by an X sum to 10. Not all possible Xs and Vs are necessarily given.

Roman Numeral Cages: Numbers in cages connected by a C sum to 100. Numbers in cages connected by a D sum to 500. Cages are read top-to-bottom or left-to-right.

Visual Elements:

- killer cage: r3c3 r4c3 r5c3
- killer cage: r6c3 r7c3 r8c3
- killer cage: r2c7 r3c7 r4c7
- killer cage: r5c7 r6c7 r7c7
- killer cage: r1c1 r1c2
- killer cage: r1c3 r1c4
- killer cage: r9c8 r9c9
- killer cage: r9c6 r9c7
- line, color: deepskyblue, coords: r1c1 r1c2 r1c3 r1c4 r2c5
- line, color: deepskyblue, coords: r4c3 r5c3 r6c3 r7c3 r8c3 r8c2
- line, color: deepskyblue, coords: r6c7 r5c7 r4c7 r3c7 r2c7 r2c8
- line, color: deepskyblue, coords: r3c3 r4c4 r5c4
- line, color: deepskyblue, coords: r7c7 r6c6 r5c6
- line, color: deepskyblue, coords: r9c9 r9c8 r9c7 r9c6 r9c5 r8c5
- shape: circle, color: white, location: between r5c3 and r6c3
- shape: circle, color: white, location: between r4c7 and r5c7
- shape: circle, color: white, location: between r9c7 and r9c8
- shape: circle, color: white, location: between r1c2 and r1c3
- text: D, shape: circle, location: between r5c3 and r6c3
- text: D, shape: circle, location: between r4c7 and r5c7
- text: C, shape: circle, location: between r1c2 and r1c3
- text: C, shape: circle, location: between r9c7 and r9c8
- text: V, shape: circle, color: white, location: between r2c6 and r2c7
- text: V, shape: circle, color: white, location: between r8c3 and r8c4
- text: V, shape: circle, color: white, location: between r6c2 and r7c2
- text: V, shape: circle, color: white, location: between r3c8 and r4c8
- text: X, shape: circle, color: white, location: between r3c1 and r4c1

Example Prompt

You are a professional Sudoku puzzle solver. Please solve the following Sudoku variant.

## Size ##
9 x 9

## Rules ##
"Standard sudoku rules apply: The digits 1 through 9 appear in every row, column, and box.\n\nRegion Sum Line: The sum of the digits on a blue line within a particular region must be the same for all of the regions the line passes through.\n\nXV Pairs: Digits in cells separated by a V sum to 5. Digits in cells separated by an X sum to 10. Not all possible Xs and Vs are necessarily given.\n\nRoman Numeral Cages: Numbers in cages connected by a C sum to 100. Numbers in cages connected by a D sum to 500. Cages are read top-to-bottom or left-to-right."

## Visual Elements ##
- killer cage: r3c3 r4c3 r5c3
- killer cage: r6c3 r7c3 r8c3
- killer cage: r2c7 r3c7 r4c7
- killer cage: r5c7 r6c7 r7c7
- killer cage: r1c1 r1c2
- killer cage: r1c3 r1c4
- killer cage: r9c8 r9c9
- killer cage: r9c6 r9c7
- line, color: deepskyblue, coords: r1c1 r1c2 r1c3 r1c4 r2c5
- line, color: deepskyblue, coords: r4c3 r5c3 r6c3 r7c3 r8c3 r8c2
- line, color: deepskyblue, coords: r6c7 r5c7 r4c7 r3c7 r2c7 r2c8
- line, color: deepskyblue, coords: r3c3 r4c4 r5c4
- line, color: deepskyblue, coords: r7c7 r6c6 r5c6
- line, color: deepskyblue, coords: r9c9 r9c8 r9c7 r9c6 r9c5 r8c5
- shape: circle, color: white, location: between r5c3 and r6c3
- shape: circle, color: white, location: between r4c7 and r5c7
- shape: circle, color: white, location: between r9c7 and r9c8
- shape: circle, color: white, location: between r1c2 and r1c3
- text: D, shape: circle, location: between r5c3 and r6c3
- text: D, shape: circle, location: between r4c7 and r5c7
- text: C, shape: circle, location: between r1c2 and r1c3
- text: C, shape: circle, location: between r9c7 and r9c8
- text: V, shape: circle, color: white, location: between r2c6 and r2c7
- text: V, shape: circle, color: white, location: between r8c3 and r8c4
- text: V, shape: circle, color: white, location: between r6c2 and r7c2
- text: V, shape: circle, color: white, location: between r3c8 and r4c8
- text: X, shape: circle, color: white, location: between r3c1 and r4c1

For example, the format should look like
<ANSWER>
1234567...
</ANSWER>

Copy Prompt

Show/Hide Solution

247631985859472316613958427475169238368245179921783564734516892582397641196824753

Negative Arrows

by damo_89

Initial Board:

........................................................7........................

Rules:

Normal sudoku rules apply

Arrows: Values on an arrow sum to the value in the arrow's circle

XV: Values on an X sum to 10. Values on a V sum to 5. Not all XV are necessarily given.

Negators: There are 9 cells in the grid which are negators, one each in every row, column and 3x3 box, containing the digits 1 to 9 once each. Digits in a negator cell count as negative for the purposes of arrows and XV. E.g. a valid arrow could be 8 = 5 + 7 + (-4) if the 4 were in a negator cell.

Visual Elements:

- arrow, color: darkgray, coords (base to tip): r9c3 r9c2 r8c2 r7c2
- arrow, color: darkgray, coords (base to tip): r3c4 r2c4 r2c5 r2c6
- arrow, color: darkgray, coords (base to tip): r3c4 r3c3 r4c3
- arrow, color: darkgray, coords (base to tip): r6c2 r7c1 r8c1
- arrow, color: darkgray, coords (base to tip): r9c9 r8c8 r7c8
- arrow, color: darkgray, coords (base to tip): r7c6 r7c5 r7c4 r8c4
- arrow, color: darkgray, coords (base to tip): r9c8 r8c7 r7c7 r6c7
- arrow, color: darkgray, coords (base to tip): r2c7 r1c7 r1c8 r1c9 r2c9
- arrow, color: darkgray, coords (base to tip): r1c3 r1c4 r1c5 r1c6
- shape: circle, color: white (stroke color: darkgray), location: r9c3
- shape: circle, color: white (stroke color: darkgray), location: r3c4
- shape: circle, color: white (stroke color: darkgray), location: r6c2
- shape: circle, color: white (stroke color: darkgray), location: r9c9
- shape: circle, color: white (stroke color: darkgray), location: r7c6
- shape: circle, color: white (stroke color: darkgray), location: r9c8
- shape: circle, color: white (stroke color: darkgray), location: r2c7
- shape: circle, color: white (stroke color: darkgray), location: r1c3
- text: V, shape: circle, color: white, location: between r1c1 and r1c2
- text: X, shape: circle, color: white, location: between r3c1 and r3c2
- text: X, shape: circle, color: white, location: between r4c4 and r4c5
- text: V, shape: circle, color: white, location: between r6c5 and r6c6
- text: V, shape: circle, color: white, location: between r4c2 and r4c3
- text: V, shape: circle, color: white, location: between r6c8 and r6c9

Example Prompt

You are a professional Sudoku puzzle solver. Please solve the following Sudoku variant.

## Size ##
9 x 9

## Rules ##
"Normal sudoku rules apply\n\nArrows: Values on an arrow sum to the value in the arrow's circle\n\nXV: Values on an X sum to 10. Values on a V sum to 5. Not all XV are necessarily given.\n\nNegators: There are 9 cells in the grid which are negators, one each in every row, column and 3x3 box, containing the digits 1 to 9 once each. Digits in a negator cell count as negative for the purposes of arrows and XV. E.g. a valid arrow could be 8 = 5 + 7 + (-4) if the 4 were in a negator cell."

## Visual Elements ##
- arrow, color: darkgray, coords (base to tip): r9c3 r9c2 r8c2 r7c2
- arrow, color: darkgray, coords (base to tip): r3c4 r2c4 r2c5 r2c6
- arrow, color: darkgray, coords (base to tip): r3c4 r3c3 r4c3
- arrow, color: darkgray, coords (base to tip): r6c2 r7c1 r8c1
- arrow, color: darkgray, coords (base to tip): r9c9 r8c8 r7c8
- arrow, color: darkgray, coords (base to tip): r7c6 r7c5 r7c4 r8c4
- arrow, color: darkgray, coords (base to tip): r9c8 r8c7 r7c7 r6c7
- arrow, color: darkgray, coords (base to tip): r2c7 r1c7 r1c8 r1c9 r2c9
- arrow, color: darkgray, coords (base to tip): r1c3 r1c4 r1c5 r1c6
- shape: circle, color: white (stroke color: darkgray), location: r9c3
- shape: circle, color: white (stroke color: darkgray), location: r3c4
- shape: circle, color: white (stroke color: darkgray), location: r6c2
- shape: circle, color: white (stroke color: darkgray), location: r9c9
- shape: circle, color: white (stroke color: darkgray), location: r7c6
- shape: circle, color: white (stroke color: darkgray), location: r9c8
- shape: circle, color: white (stroke color: darkgray), location: r2c7
- shape: circle, color: white (stroke color: darkgray), location: r1c3
- text: V, shape: circle, color: white, location: between r1c1 and r1c2
- text: X, shape: circle, color: white, location: between r3c1 and r3c2
- text: X, shape: circle, color: white, location: between r4c4 and r4c5
- text: V, shape: circle, color: white, location: between r6c5 and r6c6
- text: V, shape: circle, color: white, location: between r4c2 and r4c3
- text: V, shape: circle, color: white, location: between r6c8 and r6c9

## Initial Sudoku Board ##
. . . . . . . . .
. . . . . . . . .
. . . . . . . . .
. . . . . . . . .
. . . . . . . . .
. . . . . . . . .
. . 7 . . . . . .
. . . . . . . . .
. . . . . . . . .

For example, the format should look like
<ANSWER>
1234567...
</ANSWER>

Copy Prompt

Show/Hide Solution

146789352985213674372654198638195247251467983794832516417526839563948721829371465

Tropical Knights

by Jolly Rogers

Initial Board:

.................................................................................

Rules:

Normal Sudoku rules apply.
A digit in a circle must belong to the same entropic group (high [789], medium [456] or low [123]) as every cell a single chess knights move away from it.
Digits on a purple renban line are consecutive and non-repeating.
Adjacent digits along a green whisper line must differ in value by at least 5.
The digits joined by a black dot must be in a 2:1 ratio, e.g one digit is double the other.

Visual Elements:

- line, color: lightgreen, coords: r8c1 r7c2 r7c3 r8c3 r9c2
- line, color: lightgreen, coords: r3c9 r4c9
- line, color: violet, coords: r1c6 r1c7
- line, color: violet, coords: r7c9 r8c8
- line, color: violet, coords: r1c4 r2c3
- shape: circle, stroke color: black, location: r1c4
- shape: circle, stroke color: black, location: r4c6
- shape: circle, stroke color: black, location: r6c4
- shape: circle, stroke color: black, location: r2c8
- shape: circle, stroke color: black, location: r8c2
- shape: circle, stroke color: black, location: r7c9
- shape: circle, color: black, location: between r1c2 and r1c3

Example Prompt

You are a professional Sudoku puzzle solver. Please solve the following Sudoku variant.

## Size ##
9 x 9

## Rules ##
"Normal Sudoku rules apply.\nA digit in a circle must belong to the same entropic group (high [789], medium [456] or low [123]) as every cell a single chess knights move away from it.\nDigits on a purple renban line are consecutive and non-repeating.\nAdjacent digits along a green whisper line must differ in value by at least 5.\nThe digits joined by a black dot must be in a 2:1 ratio, e.g one digit is double the other."

## Visual Elements ##
- line, color: lightgreen, coords: r8c1 r7c2 r7c3 r8c3 r9c2
- line, color: lightgreen, coords: r3c9 r4c9
- line, color: violet, coords: r1c6 r1c7
- line, color: violet, coords: r7c9 r8c8
- line, color: violet, coords: r1c4 r2c3
- shape: circle, stroke color: black, location: r1c4
- shape: circle, stroke color: black, location: r4c6
- shape: circle, stroke color: black, location: r6c4
- shape: circle, stroke color: black, location: r2c8
- shape: circle, stroke color: black, location: r8c2
- shape: circle, stroke color: black, location: r7c9
- shape: circle, color: black, location: between r1c2 and r1c3

For example, the format should look like
<ANSWER>
1234567...
</ANSWER>

Copy Prompt

Show/Hide Solution

312745689796138254458296731137582496984367512625914378571429863269873145843651927

Árbol

by Neokart

Initial Board:

.................................................................................

Rules:

Normal sudoku rules apply.

Slow thermometer: Digits along a thermometer either increase or stay the same from the bulb end.

Kropki Pairs: Digits joined by a white dot must be consecutive. Digits joined by a black dot must be in a 1:2 ratio. Not all possible dots are necesarilly given.

Visual Elements:

- line, color: burlywood, coords: r7c5 r6c6 r6c7 r5c8
- line, color: burlywood, coords: r7c5 r6c6 r6c7 r6c8
- line, color: burlywood, coords: r7c5 r6c4 r6c3 r5c2
- line, color: burlywood, coords: r7c5 r6c4 r6c3 r6c2
- line, color: burlywood, coords: r7c5 r6c5 r5c5 r4c6 r4c7 r3c8
- line, color: burlywood, coords: r7c5 r6c5 r5c5 r4c4 r4c3 r3c2
- line, color: burlywood, coords: r7c5 r6c5 r5c5 r4c5 r3c6 r2c7 r1c8
- line, color: burlywood, coords: r7c5 r6c5 r5c5 r4c5 r3c4 r2c3 r1c2
- line, color: burlywood, coords: r7c5 r6c5 r5c5 r4c5 r3c5 r2c5 r1c5
- line, color: burlywood, coords: r7c5 r8c5 r9c5
- line, color: burlywood, coords: r7c5 r8c5 r9c4
- line, color: burlywood, coords: r7c5 r8c5 r9c6
- line, color: burlywood, coords: r7c5 r8c5 r8c6 r9c7
- line, color: burlywood, coords: r7c5 r8c5 r8c4 r9c3
- shape: circle, color: burlywood, location: r7c5
- shape: circle, color: white (stroke color: black), location: between r6c5 and r6c6
- shape: circle, color: white (stroke color: black), location: between r6c4 and r6c5
- shape: circle, color: white (stroke color: black), location: between r3c5 and r3c6
- shape: circle, color: white (stroke color: black), location: between r3c4 and r3c5
- shape: circle, color: white (stroke color: black), location: between r8c3 and r8c4
- shape: circle, color: black, location: between r1c2 and r2c2
- shape: circle, color: black, location: between r1c8 and r2c8
- shape: circle, color: black, location: between r6c3 and r7c3
- shape: circle, color: black, location: between r6c7 and r7c7
- shape: circle, color: black, location: between r8c6 and r8c7

Example Prompt

You are a professional Sudoku puzzle solver. Please solve the following Sudoku variant.

## Size ##
9 x 9

## Rules ##
"Normal sudoku rules apply.\n\nSlow thermometer: Digits along a thermometer either increase or stay the same from the bulb end.\n\nKropki Pairs: Digits joined by a white dot must be consecutive. Digits joined by a black dot must be in a 1:2 ratio. Not all possible dots are necesarilly given."

## Visual Elements ##
- line, color: burlywood, coords: r7c5 r6c6 r6c7 r5c8
- line, color: burlywood, coords: r7c5 r6c6 r6c7 r6c8
- line, color: burlywood, coords: r7c5 r6c4 r6c3 r5c2
- line, color: burlywood, coords: r7c5 r6c4 r6c3 r6c2
- line, color: burlywood, coords: r7c5 r6c5 r5c5 r4c6 r4c7 r3c8
- line, color: burlywood, coords: r7c5 r6c5 r5c5 r4c4 r4c3 r3c2
- line, color: burlywood, coords: r7c5 r6c5 r5c5 r4c5 r3c6 r2c7 r1c8
- line, color: burlywood, coords: r7c5 r6c5 r5c5 r4c5 r3c4 r2c3 r1c2
- line, color: burlywood, coords: r7c5 r6c5 r5c5 r4c5 r3c5 r2c5 r1c5
- line, color: burlywood, coords: r7c5 r8c5 r9c5
- line, color: burlywood, coords: r7c5 r8c5 r9c4
- line, color: burlywood, coords: r7c5 r8c5 r9c6
- line, color: burlywood, coords: r7c5 r8c5 r8c6 r9c7
- line, color: burlywood, coords: r7c5 r8c5 r8c4 r9c3
- shape: circle, color: burlywood, location: r7c5
- shape: circle, color: white (stroke color: black), location: between r6c5 and r6c6
- shape: circle, color: white (stroke color: black), location: between r6c4 and r6c5
- shape: circle, color: white (stroke color: black), location: between r3c5 and r3c6
- shape: circle, color: white (stroke color: black), location: between r3c4 and r3c5
- shape: circle, color: white (stroke color: black), location: between r8c3 and r8c4
- shape: circle, color: black, location: between r1c2 and r2c2
- shape: circle, color: black, location: between r1c8 and r2c8
- shape: circle, color: black, location: between r6c3 and r7c3
- shape: circle, color: black, location: between r6c7 and r7c7
- shape: circle, color: black, location: between r8c6 and r8c7

For example, the format should look like
<ANSWER>
1234567...
</ANSWER>

Copy Prompt

Show/Hide Solution

761493582935182746284567391418756923372948165596321478643219857857634219129875634

Fibonacci Lines

by Matt Tressel

Initial Board:

.................................................................................

Rules:

Normal sudoku rules apply.

Fibonacci Lines: Blue lines strictly increase from one end to the other where any digit on the line beyond the lowest 2 digits is the sum of the previous 2 digits in the sequence.

Visual Elements:

- line, color: skyblue, coords: r9c7 r8c7 r7c7 r7c8 r7c9
- line, color: skyblue, coords: r1c3 r2c3 r3c3 r3c2 r3c1
- line, color: skyblue, coords: r5c3 r5c4 r5c5 r5c6 r5c7
- line, color: skyblue, coords: r9c1 r8c1 r8c2 r9c2
- line, color: skyblue, coords: r1c8 r2c8 r2c9 r1c9
- line, color: skyblue, coords: r4c2 r5c2 r6c2
- line, color: skyblue, coords: r4c8 r5c8 r6c8
- line, color: skyblue, coords: r8c4 r8c5 r8c6
- line, color: skyblue, coords: r2c4 r2c5 r2c6
- line, color: skyblue, coords: r6c1 r7c1 r7c2
- line, color: skyblue, coords: r6c3 r6c4 r7c4

Example Prompt

You are a professional Sudoku puzzle solver. Please solve the following Sudoku variant.

## Size ##
9 x 9

## Rules ##
"Normal sudoku rules apply. \n\nFibonacci Lines: Blue lines strictly increase from one end to the other where any digit on the line beyond the lowest 2 digits is the sum of the previous 2 digits in the sequence."

## Visual Elements ##
- line, color: skyblue, coords: r9c7 r8c7 r7c7 r7c8 r7c9
- line, color: skyblue, coords: r1c3 r2c3 r3c3 r3c2 r3c1
- line, color: skyblue, coords: r5c3 r5c4 r5c5 r5c6 r5c7
- line, color: skyblue, coords: r9c1 r8c1 r8c2 r9c2
- line, color: skyblue, coords: r1c8 r2c8 r2c9 r1c9
- line, color: skyblue, coords: r4c2 r5c2 r6c2
- line, color: skyblue, coords: r4c8 r5c8 r6c8
- line, color: skyblue, coords: r8c4 r8c5 r8c6
- line, color: skyblue, coords: r2c4 r2c5 r2c6
- line, color: skyblue, coords: r6c1 r7c1 r7c2
- line, color: skyblue, coords: r6c3 r6c4 r7c4

For example, the format should look like
<ANSWER>
1234567...
</ANSWER>

Copy Prompt

Show/Hide Solution

978362415645871923123954786894716532761235849532498671419627358357189264286543197

\x0F

by Erin Toler

Initial Board:

.................................................................................

Rules:

Normal Sudoku rules apply.

Killer Cages: Digits in a cage may not repeat and must sum to the given total.

Kropki Dots: Digits separated by a white dot must be consecutive. Digits separated by a black dot must have a ratio of 2:1 (i.e. one must be double the other).

Visual Elements:

- killer cage (value 15): r4c5 r5c5 r6c5
- killer cage (value 15): r4c2 r5c2 r6c2
- killer cage (value 15): r4c8 r5c8 r6c8
- killer cage (value 15): r8c3 r8c4 r8c5 r8c6 r8c7
- killer cage (value 15): r2c3 r2c4 r2c5 r2c6 r2c7
- killer cage (value 15): r1c1 r1c2 r2c1
- killer cage (value 15): r1c8 r1c9 r2c9
- killer cage (value 15): r3c3 r3c4
- killer cage (value 15): r3c6 r3c7
- killer cage (value 15): r7c4 r7c5 r7c6
- shape: circle, color: black, location: between r5c5 and r6c5
- shape: circle, color: black, location: between r4c2 and r5c2
- shape: circle, color: black, location: between r4c8 and r5c8
- shape: circle, color: black, location: between r8c4 and r8c5
- shape: circle, color: black, location: between r8c5 and r8c6
- shape: circle, color: white (stroke color: black), location: between r2c3 and r2c4
- shape: circle, color: white (stroke color: black), location: between r2c6 and r2c7
- shape: circle, color: white (stroke color: black), location: between r1c1 and r2c1
- shape: circle, color: white (stroke color: black), location: between r1c8 and r1c9
- shape: circle, color: white (stroke color: black), location: between r7c1 and r7c2
- shape: circle, color: white (stroke color: black), location: between r3c1 and r4c1
- shape: circle, color: white (stroke color: black), location: between r3c9 and r4c9

Example Prompt

You are a professional Sudoku puzzle solver. Please solve the following Sudoku variant.

## Size ##
9 x 9

## Rules ##
"Normal Sudoku rules apply.\n\nKiller Cages: Digits in a cage may not repeat and must sum to the given total.\n\nKropki Dots: Digits separated by a white dot must be consecutive. Digits separated by a black dot must have a ratio of 2:1 (i.e. one must be double the other)."

## Visual Elements ##
- killer cage (value 15): r4c5 r5c5 r6c5
- killer cage (value 15): r4c2 r5c2 r6c2
- killer cage (value 15): r4c8 r5c8 r6c8
- killer cage (value 15): r8c3 r8c4 r8c5 r8c6 r8c7
- killer cage (value 15): r2c3 r2c4 r2c5 r2c6 r2c7
- killer cage (value 15): r1c1 r1c2 r2c1
- killer cage (value 15): r1c8 r1c9 r2c9
- killer cage (value 15): r3c3 r3c4
- killer cage (value 15): r3c6 r3c7
- killer cage (value 15): r7c4 r7c5 r7c6
- shape: circle, color: black, location: between r5c5 and r6c5
- shape: circle, color: black, location: between r4c2 and r5c2
- shape: circle, color: black, location: between r4c8 and r5c8
- shape: circle, color: black, location: between r8c4 and r8c5
- shape: circle, color: black, location: between r8c5 and r8c6
- shape: circle, color: white (stroke color: black), location: between r2c3 and r2c4
- shape: circle, color: white (stroke color: black), location: between r2c6 and r2c7
- shape: circle, color: white (stroke color: black), location: between r1c1 and r2c1
- shape: circle, color: white (stroke color: black), location: between r1c8 and r1c9
- shape: circle, color: white (stroke color: black), location: between r7c1 and r7c2
- shape: circle, color: white (stroke color: black), location: between r3c1 and r4c1
- shape: circle, color: white (stroke color: black), location: between r3c9 and r4c9

For example, the format should look like
<ANSWER>
1234567...
</ANSWER>

Copy Prompt

Show/Hide Solution

621398754793452186458716932582937641947681523136245897219573468865124379374869215

Lighthouse

by Phistomefel

Initial Board:

9........2......................2....3...........................................

Rules:

Every digit from 1 to 9 must appear once in every row, column and region. Each region must be determined and each is a set of nine orthogonally connected cells. A digit in a circle indicates the number of borders between regions it sees in its row and column. Note that the edge of the grid does not count toward this total.  Not all possible circles are necessarily given.

Visual Elements:

- shape: circle, color: white (stroke color: lightgray), location: r1c1
- shape: circle, color: white (stroke color: lightgray), location: r1c3
- shape: circle, color: white (stroke color: lightgray), location: r1c7
- shape: circle, color: white (stroke color: lightgray), location: r1c8
- shape: circle, color: white (stroke color: lightgray), location: r1c9
- shape: circle, color: white (stroke color: lightgray), location: r2c6
- shape: circle, color: white (stroke color: lightgray), location: r3c4
- shape: circle, color: white (stroke color: lightgray), location: r4c1
- shape: circle, color: white (stroke color: lightgray), location: r4c3
- shape: circle, color: white (stroke color: lightgray), location: r7c2
- shape: circle, color: white (stroke color: lightgray), location: r9c2
- shape: circle, color: white (stroke color: lightgray), location: r9c4
- shape: circle, color: white (stroke color: lightgray), location: r8c9
- shape: circle, color: white (stroke color: lightgray), location: r9c9
- shape: circle, color: white (stroke color: lightgray), location: r4c9
- shape: circle, color: white (stroke color: lightgray), location: r6c5
- The usual 3x3 sudoku regions do not appear in this puzzle.

Example Prompt

You are a professional Sudoku puzzle solver. Please solve the following Sudoku variant.

## Size ##
9 x 9

## Rules ##
"Every digit from 1 to 9 must appear once in every row, column and region. Each region must be determined and each is a set of nine orthogonally connected cells. A digit in a circle indicates the number of borders between regions it sees in its row and column. Note that the edge of the grid does not count toward this total.  Not all possible circles are necessarily given."

## Visual Elements ##
- shape: circle, color: white (stroke color: lightgray), location: r1c1
- shape: circle, color: white (stroke color: lightgray), location: r1c3
- shape: circle, color: white (stroke color: lightgray), location: r1c7
- shape: circle, color: white (stroke color: lightgray), location: r1c8
- shape: circle, color: white (stroke color: lightgray), location: r1c9
- shape: circle, color: white (stroke color: lightgray), location: r2c6
- shape: circle, color: white (stroke color: lightgray), location: r3c4
- shape: circle, color: white (stroke color: lightgray), location: r4c1
- shape: circle, color: white (stroke color: lightgray), location: r4c3
- shape: circle, color: white (stroke color: lightgray), location: r7c2
- shape: circle, color: white (stroke color: lightgray), location: r9c2
- shape: circle, color: white (stroke color: lightgray), location: r9c4
- shape: circle, color: white (stroke color: lightgray), location: r8c9
- shape: circle, color: white (stroke color: lightgray), location: r9c9
- shape: circle, color: white (stroke color: lightgray), location: r4c9
- shape: circle, color: white (stroke color: lightgray), location: r6c5
- The usual 3x3 sudoku regions do not appear in this puzzle.

## Initial Sudoku Board ##
9 . . . . . . . .
2 . . . . . . . .
. . . . . . . . .
. . . . . 2 . . .
. 3 . . . . . . .
. . . . . . . . .
. . . . . . . . .
. . . . . . . . .
. . . . . . . . .

For example, the format should look like
<ANSWER>
1234567...
</ANSWER>

Copy Prompt

Show/Hide Solution

918234765245178936173965482857312694639421857426793518381657249592846173764589321

Cross Product

by Michael Lefkowitz

Initial Board:

....................................

Rules:

Normal 6x6 Sudoku rules apply.
Every indicated diagonal has the same product.

Visual Elements:

- diagonal arrow, color: black, in location: r0c4, pointing lower right
- diagonal arrow, color: black, in location: r2c0, pointing lower right
- diagonal arrow, color: black, in location: r6c0, pointing upper right
- diagonal arrow, color: black, in location: r7c1, pointing upper right

Example Prompt

You are a professional Sudoku puzzle solver. Please solve the following Sudoku variant.

## Size ##
6 x 6

## Rules ##
"Normal 6x6 Sudoku rules apply.\nEvery indicated diagonal has the same product."

## Visual Elements ##
- diagonal arrow, color: black, in location: r0c4, pointing lower right
- diagonal arrow, color: black, in location: r2c0, pointing lower right
- diagonal arrow, color: black, in location: r6c0, pointing upper right
- diagonal arrow, color: black, in location: r7c1, pointing upper right

## Initial Sudoku Board ##
. . . . . .
. . . . . .
. . . . . .
. . . . . .
. . . . . .
. . . . . .

## Answer Format ##
Please provide your answer at the end of your response. Put your answer within tags <ANSWER></ANSWER>. Your answer will be a sequence of 6x6 = 36 digits.

For example, the format should look like
<ANSWER>
1234567...
</ANSWER>

Copy Prompt

Show/Hide Solution

143562625134452316316245261453534621

Guess Who?

by pep9

Initial Board:

....................................

Rules:

Normal 6x6 sudoku rules apply. In the grid, there are 6 grey lines. Each grey line is either a German whisper (adjacent digits must differ by at least 3), a region sum line (digits must have an equal sum within each region it passes through), or a renban (consists of a set of (non-repeating) consecutive digits). The solver has to determine the nature of each line. However, there are exactly 2 lines of each type.

Visual Elements:

- line, color: silver, coords: r6c1 r6c2 r6c3 r6c4 r6c5 r6c6
- line, color: silver, coords: r3c1 r2c2 r1c2
- line, color: silver, coords: r5c1 r4c2 r3c2 r3c3
- line, color: silver, coords: r5c6 r4c5 r3c5 r3c4
- line, color: silver, coords: r1c3 r2c4 r2c5 r2c6
- line, color: silver, coords: r5c3 r5c4 r4c4 r5c3

Example Prompt

You are a professional Sudoku puzzle solver. Please solve the following Sudoku variant.

## Size ##
6 x 6

## Rules ##
"Normal 6x6 sudoku rules apply. In the grid, there are 6 grey lines. Each grey line is either a German whisper (adjacent digits must differ by at least 3), a region sum line (digits must have an equal sum within each region it passes through), or a renban (consists of a set of (non-repeating) consecutive digits). The solver has to determine the nature of each line. However, there are exactly 2 lines of each type."

## Visual Elements ##
- line, color: silver, coords: r6c1 r6c2 r6c3 r6c4 r6c5 r6c6
- line, color: silver, coords: r3c1 r2c2 r1c2
- line, color: silver, coords: r5c1 r4c2 r3c2 r3c3
- line, color: silver, coords: r5c6 r4c5 r3c5 r3c4
- line, color: silver, coords: r1c3 r2c4 r2c5 r2c6
- line, color: silver, coords: r5c3 r5c4 r4c4 r5c3

## Initial Sudoku Board ##
. . . . . .
. . . . . .
. . . . . .
. . . . . .
. . . . . .
. . . . . .

For example, the format should look like
<ANSWER>
1234567...
</ANSWER>

Copy Prompt

Show/Hide Solution

326541541362614235253614135426462153

Moving Day?

by ThePedallingPianist

Initial Board:

....................................

Rules:

Select six different digits from the set 1-9.  Use these six digits only to fill every cell such that a digit does not repeat in a row, column or box. Grey lines are entropic AND modular; i.e every 3-cell sequence on a line must contain a digit from {123}, one from {456} and {789}; also these digits must include one from {147}, one from {258} and one from {369}. Both indicated diagonals have the same sum. The inequality sign ‘points' to the lower digit. Any 5 in the grid must have a 1 directly above it or a 9 directly below it (or both).

Visual Elements:

- line, color: silver, coords: r5c1 r4c1 r3c2 r2c2
- line, color: silver, coords: r5c2 r4c2 r3c3 r2c3
- line, color: silver, coords: r5c3 r4c3 r3c4 r2c4
- line, color: silver, coords: r5c4 r4c4 r3c5 r2c5
- line, color: silver, coords: r2c6 r3c6 r4c5 r5c5
- diagonal arrow, color: black, in location: r0c4, pointing lower left
- diagonal arrow, color: black, in location: r0c1, pointing lower right
- text: >, shape: circle, location: between r6c2 and r6c3

Example Prompt

You are a professional Sudoku puzzle solver. Please solve the following Sudoku variant.

## Size ##
6 x 6

## Rules ##
"Select six different digits from the set 1-9.  Use these six digits only to fill every cell such that a digit does not repeat in a row, column or box. Grey lines are entropic AND modular; i.e every 3-cell sequence on a line must contain a digit from {123}, one from {456} and {789}; also these digits must include one from {147}, one from {258} and one from {369}. Both indicated diagonals have the same sum. The inequality sign \u2018points' to the lower digit. Any 5 in the grid must have a 1 directly above it or a 9 directly below it (or both)."

## Visual Elements ##
- line, color: silver, coords: r5c1 r4c1 r3c2 r2c2
- line, color: silver, coords: r5c2 r4c2 r3c3 r2c3
- line, color: silver, coords: r5c3 r4c3 r3c4 r2c4
- line, color: silver, coords: r5c4 r4c4 r3c5 r2c5
- line, color: silver, coords: r2c6 r3c6 r4c5 r5c5
- diagonal arrow, color: black, in location: r0c4, pointing lower left
- diagonal arrow, color: black, in location: r0c1, pointing lower right
- text: >, shape: circle, location: between r6c2 and r6c3

## Initial Sudoku Board ##
. . . . . .
. . . . . .
. . . . . .
. . . . . .
. . . . . .
. . . . . .

For example, the format should look like
<ANSWER>
1234567...
</ANSWER>

Copy Prompt

Show/Hide Solution

264198198264826419419826982641641982

Broken Paperclip

by Ratfinkz

Initial Board:

.................................................................................

Rules:

Normal Sudoku rules apply (place the digits 1-9 once each in every box, row and column)

Around Quad clues (white circles with digits in) each digit that appears must appear at least once in the cells that the quad touches.

Green Lines are both German Whispers AND palindromes.

For German Whispers each consequtive digit must differ by a value of at least 5. For palindromes the lines must read the same in both directions (for example 1234321)

The white dot must contain consequtive digits in the two cells it touches.

Visual Elements:

- line, color: lightgreen, coords: r3c1 r4c1 r3c2 r3c3 r4c4
- line, color: lightgreen, coords: r1c4 r2c4 r3c4 r3c5 r4c5 r5c5 r6c5
- line, color: lightgreen, coords: r2c6 r2c7 r3c7 r4c8 r3c9
- line, color: lightgreen, coords: r5c7 r6c7 r7c7 r7c6 r8c6
- line, color: lightgreen, coords: r6c3 r7c3 r8c3 r9c3 r9c4 r8c4 r7c4
- shape: circle, color: white (stroke color: black), location: between r8c7 and r8c8
- text: 1 3
4 8, shape: circle, color: white (stroke color: black), location: at the corner of r2c1 r2c2 r3c1 r3c2
- text: 2 3
4 6, shape: circle, color: white (stroke color: black), location: at the corner of r2c8 r2c9 r3c8 r3c9
- text: 2 3
7 8, shape: circle, color: white (stroke color: black), location: at the corner of r5c2 r5c3 r6c2 r6c3
- text: 2 6
7 9, shape: circle, color: white (stroke color: black), location: at the corner of r5c7 r5c8 r6c7 r6c8
- text: 2 5
7 8, shape: circle, color: white (stroke color: black), location: at the corner of r7c8 r7c9 r8c8 r8c9
- text: 3 4
6 9, shape: circle, color: white (stroke color: black), location: at the corner of r7c1 r7c2 r8c1 r8c2

Example Prompt

You are a professional Sudoku puzzle solver. Please solve the following Sudoku variant.

## Size ##
9 x 9

## Rules ##
"Normal Sudoku rules apply (place the digits 1-9 once each in every box, row and column)\n\nAround Quad clues (white circles with digits in) each digit that appears must appear at least once in the cells that the quad touches.\n\nGreen Lines are both German Whispers AND palindromes.\n\nFor German Whispers each consequtive digit must differ by a value of at least 5. For palindromes the lines must read the same in both directions (for example 1234321)\n\nThe white dot must contain consequtive digits in the two cells it touches."

## Visual Elements ##
- line, color: lightgreen, coords: r3c1 r4c1 r3c2 r3c3 r4c4
- line, color: lightgreen, coords: r1c4 r2c4 r3c4 r3c5 r4c5 r5c5 r6c5
- line, color: lightgreen, coords: r2c6 r2c7 r3c7 r4c8 r3c9
- line, color: lightgreen, coords: r5c7 r6c7 r7c7 r7c6 r8c6
- line, color: lightgreen, coords: r6c3 r7c3 r8c3 r9c3 r9c4 r8c4 r7c4
- shape: circle, color: white (stroke color: black), location: between r8c7 and r8c8
- text: 1 3
4 8, shape: circle, color: white (stroke color: black), location: at the corner of r2c1 r2c2 r3c1 r3c2
- text: 2 3
4 6, shape: circle, color: white (stroke color: black), location: at the corner of r2c8 r2c9 r3c8 r3c9
- text: 2 3
7 8, shape: circle, color: white (stroke color: black), location: at the corner of r5c2 r5c3 r6c2 r6c3
- text: 2 6
7 9, shape: circle, color: white (stroke color: black), location: at the corner of r5c7 r5c8 r6c7 r6c8
- text: 2 5
7 8, shape: circle, color: white (stroke color: black), location: at the corner of r7c8 r7c9 r8c8 r8c9
- text: 3 4
6 9, shape: circle, color: white (stroke color: black), location: at the corner of r7c1 r7c2 r8c1 r8c2

For example, the format should look like
<ANSWER>
1234567...
</ANSWER>

Copy Prompt

Show/Hide Solution

276413589845976132319285746964327815583691274127548963631759428498132657752864391

The Two Headed Martian

by Scojo

Initial Board:

4.......8...............................................................1.......3

Rules:

Normal sudoku rules apply: Place the digits 1-9 once each in every row, column, and 3x3 box.

German Whispers: Adjacent digits along a green line must have a difference of at least 5.

Renbans: Digits along a pink line must form a set of consecutive digits in any order, without repetition.

Slow Thermos: Digits along a gray thermometer must generally increase from bulb to tip. Digits may remain the same when allowed by other rules, but may never decrease.

Visual Elements:

- line, color: silver, coords: r4c1 r3c2 r3c3 r4c4
- line, color: silver, coords: r4c6 r3c7 r3c8 r4c9
- line, color: silver, coords: r7c5 r8c5 r9c4
- line, color: silver, coords: r7c5 r8c5 r9c6
- line, color: lawngreen, coords: r2c1 r3c2 r3c3 r2c4
- line, color: lawngreen, coords: r2c6 r3c7 r3c8 r2c9
- line, color: lawngreen, coords: r4c2 r5c2
- line, color: lawngreen, coords: r4c3 r5c3
- line, color: lawngreen, coords: r4c7 r5c7
- line, color: lawngreen, coords: r4c8 r5c8
- line, color: lawngreen, coords: r6c3 r7c4 r7c5 r7c6 r6c7
- line, color: lawngreen, coords: r7c5 r7c4 r7c3 r8c2
- line, color: lawngreen, coords: r7c5 r7c6 r7c7 r8c8
- line, color: violet, coords: r4c1 r5c1 r6c2 r6c3 r5c4 r4c4
- line, color: violet, coords: r4c6 r5c6 r6c7 r6c8 r5c9 r4c9
- shape: circle, color: silver, location: r4c1
- shape: circle, color: silver, location: r4c6
- shape: circle, color: silver, location: r7c5

Example Prompt

You are a professional Sudoku puzzle solver. Please solve the following Sudoku variant.

## Size ##
9 x 9

## Rules ##
"Normal sudoku rules apply: Place the digits 1-9 once each in every row, column, and 3x3 box.\n\nGerman Whispers: Adjacent digits along a green line must have a difference of at least 5.\n\nRenbans: Digits along a pink line must form a set of consecutive digits in any order, without repetition.\n\nSlow Thermos: Digits along a gray thermometer must generally increase from bulb to tip. Digits may remain the same when allowed by other rules, but may never decrease."

## Visual Elements ##
- line, color: silver, coords: r4c1 r3c2 r3c3 r4c4
- line, color: silver, coords: r4c6 r3c7 r3c8 r4c9
- line, color: silver, coords: r7c5 r8c5 r9c4
- line, color: silver, coords: r7c5 r8c5 r9c6
- line, color: lawngreen, coords: r2c1 r3c2 r3c3 r2c4
- line, color: lawngreen, coords: r2c6 r3c7 r3c8 r2c9
- line, color: lawngreen, coords: r4c2 r5c2
- line, color: lawngreen, coords: r4c3 r5c3
- line, color: lawngreen, coords: r4c7 r5c7
- line, color: lawngreen, coords: r4c8 r5c8
- line, color: lawngreen, coords: r6c3 r7c4 r7c5 r7c6 r6c7
- line, color: lawngreen, coords: r7c5 r7c4 r7c3 r8c2
- line, color: lawngreen, coords: r7c5 r7c6 r7c7 r8c8
- line, color: violet, coords: r4c1 r5c1 r6c2 r6c3 r5c4 r4c4
- line, color: violet, coords: r4c6 r5c6 r6c7 r6c8 r5c9 r4c9
- shape: circle, color: silver, location: r4c1
- shape: circle, color: silver, location: r4c6
- shape: circle, color: silver, location: r7c5

## Initial Sudoku Board ##
4 . . . . . . . 8
. . . . . . . . .
. . . . . . . . .
. . . . . . . . .
. . . . . . . . .
. . . . . . . . .
. . . . . . . . .
. . . . . . . . .
1 . . . . . . . 3

For example, the format should look like
<ANSWER>
1234567...
</ANSWER>

Copy Prompt

Show/Hide Solution

417295638962387541538461279396852417721634985854719362673928154285143796149576823

Reticule

by Skeptical Mario

Initial Board:

.................................................................................

Rules:

Sudoku - Place digits from 1-9 in every cell without repeating in a row, column, or 3x3 box.

Killer cages - Digits in a cage cannot repeat and sum to the clue in the upper left corner of the cage.

Thermometers - Digits along a gray thermometer line increase moving away from the bulb.

Visual Elements:

- killer cage (value 35): r2c4 r3c4 r4c2 r4c3 r4c4
- killer cage (value 26): r6c2 r6c3 r6c4 r7c4 r8c4
- killer cage (value 26): r2c6 r3c6 r4c6 r4c7 r4c8
- killer cage (value 18): r6c6 r6c7 r6c8 r7c6 r8c6
- line, color: lightgray, coords: r4c2 r3c2 r2c2 r2c3 r2c4
- line, color: lightgray, coords: r4c8 r3c8 r2c8 r2c7 r2c6
- line, color: lightgray, coords: r6c2 r7c2 r8c2 r8c3 r8c4
- line, color: lightgray, coords: r6c8 r7c8 r8c8 r8c7 r8c6
- line, color: lightgray, coords: r5c5 r4c5 r3c5
- line, color: lightgray, coords: r5c5 r5c4 r5c3
- line, color: lightgray, coords: r5c5 r6c5 r7c5
- line, color: lightgray, coords: r5c5 r5c6 r5c7
- shape: circle, color: lightgray, location: r4c2
- shape: circle, color: lightgray, location: r4c8
- shape: circle, color: lightgray, location: r6c2
- shape: circle, color: lightgray, location: r6c8
- shape: circle, color: lightgray, location: r5c5

Example Prompt

You are a professional Sudoku puzzle solver. Please solve the following Sudoku variant.

## Size ##
9 x 9

## Rules ##
"Sudoku - Place digits from 1-9 in every cell without repeating in a row, column, or 3x3 box.\n\nKiller cages - Digits in a cage cannot repeat and sum to the clue in the upper left corner of the cage.\n\nThermometers - Digits along a gray thermometer line increase moving away from the bulb."

## Visual Elements ##
- killer cage (value 35): r2c4 r3c4 r4c2 r4c3 r4c4
- killer cage (value 26): r6c2 r6c3 r6c4 r7c4 r8c4
- killer cage (value 26): r2c6 r3c6 r4c6 r4c7 r4c8
- killer cage (value 18): r6c6 r6c7 r6c8 r7c6 r8c6
- line, color: lightgray, coords: r4c2 r3c2 r2c2 r2c3 r2c4
- line, color: lightgray, coords: r4c8 r3c8 r2c8 r2c7 r2c6
- line, color: lightgray, coords: r6c2 r7c2 r8c2 r8c3 r8c4
- line, color: lightgray, coords: r6c8 r7c8 r8c8 r8c7 r8c6
- line, color: lightgray, coords: r5c5 r4c5 r3c5
- line, color: lightgray, coords: r5c5 r5c4 r5c3
- line, color: lightgray, coords: r5c5 r6c5 r7c5
- line, color: lightgray, coords: r5c5 r5c6 r5c7
- shape: circle, color: lightgray, location: r4c2
- shape: circle, color: lightgray, location: r4c8
- shape: circle, color: lightgray, location: r6c2
- shape: circle, color: lightgray, location: r6c8
- shape: circle, color: lightgray, location: r5c5

For example, the format should look like
<ANSWER>
1234567...
</ANSWER>

Copy Prompt

Show/Hide Solution

392154687178936542465872139257649813843215976619783425726491358934528761581367294

Raw Ping

by Fuxia

Initial Board:

.................................................................................

Rules:

Normal Sudoku rules apply.
Digits on thermometers increase strictly from the bulb end.
Digits separated by a V sum to 5, digits separated by an X sum to 10. Not all possible Vs and Xes are given.

Visual Elements:

- line, color: lightgray, coords: r9c2 r8c2 r7c2 r6c3 r5c3 r4c3
- line, color: lightgray, coords: r9c5 r8c5 r7c5 r6c4 r5c4 r4c4
- line, color: lightgray, coords: r1c7 r2c7 r3c7 r4c8 r5c8 r6c8
- shape: circle, color: lightgray, location: r9c2
- shape: circle, color: lightgray, location: r9c5
- shape: circle, color: lightgray, location: r1c7
- text: X, shape: square, color: white, location: between r4c1 and r5c1
- text: V, shape: square, color: white, location: between r2c3 and r3c3
- text: V, shape: square, color: white, location: between r4c6 and r5c6
- text: X, shape: square, color: white, location: between r8c7 and r9c7
- text: X, shape: square, color: white, location: between r7c7 and r7c8
- text: X, shape: square, color: white, location: between r6c9 and r7c9
- text: X, shape: square, color: white, location: between r8c5 and r8c6
- text: X, shape: square, color: white, location: between r2c4 and r2c5

Example Prompt

You are a professional Sudoku puzzle solver. Please solve the following Sudoku variant.

## Size ##
9 x 9

## Rules ##
"Normal Sudoku rules apply.\nDigits on thermometers increase strictly from the bulb end.\nDigits separated by a V sum to 5, digits separated by an X sum to 10. Not all possible Vs and Xes are given."

## Visual Elements ##
- line, color: lightgray, coords: r9c2 r8c2 r7c2 r6c3 r5c3 r4c3
- line, color: lightgray, coords: r9c5 r8c5 r7c5 r6c4 r5c4 r4c4
- line, color: lightgray, coords: r1c7 r2c7 r3c7 r4c8 r5c8 r6c8
- shape: circle, color: lightgray, location: r9c2
- shape: circle, color: lightgray, location: r9c5
- shape: circle, color: lightgray, location: r1c7
- text: X, shape: square, color: white, location: between r4c1 and r5c1
- text: V, shape: square, color: white, location: between r2c3 and r3c3
- text: V, shape: square, color: white, location: between r4c6 and r5c6
- text: X, shape: square, color: white, location: between r8c7 and r9c7
- text: X, shape: square, color: white, location: between r7c7 and r7c8
- text: X, shape: square, color: white, location: between r6c9 and r7c9
- text: X, shape: square, color: white, location: between r8c5 and r8c6
- text: X, shape: square, color: white, location: between r2c4 and r2c5

For example, the format should look like
<ANSWER>
1234567...
</ANSWER>

Copy Prompt

Show/Hide Solution

376289154584371296291456378659813742438792561127564983963145827842937615715628439

Wild apples

by fractalminding

Initial Board:

4..8.7..5..........................6.................8..........................2

Rules:

1). Normal sudoku rules apply.
2). Digits separated by a red dot are non-consecutive and contain one even digit and one odd digit. All dots are given!

Visual Elements:

- shape: circle, color: tomato, location: between r1c1 and r1c2
- shape: circle, color: tomato, location: between r1c3 and r1c4
- shape: circle, color: tomato, location: between r1c7 and r1c8
- shape: circle, color: tomato, location: between r1c8 and r1c9
- shape: circle, color: tomato, location: between r2c2 and r2c3
- shape: circle, color: tomato, location: between r3c3 and r3c4
- shape: circle, color: tomato, location: between r3c4 and r3c5
- shape: circle, color: tomato, location: between r3c7 and r3c8
- shape: circle, color: tomato, location: between r4c1 and r4c2
- shape: circle, color: tomato, location: between r4c4 and r4c5
- shape: circle, color: tomato, location: between r4c6 and r4c7
- shape: circle, color: tomato, location: between r4c8 and r4c9
- shape: circle, color: tomato, location: between r5c5 and r5c6
- shape: circle, color: tomato, location: between r5c7 and r5c8
- shape: circle, color: tomato, location: between r6c2 and r6c3
- shape: circle, color: tomato, location: between r6c4 and r6c5
- shape: circle, color: tomato, location: between r6c5 and r6c6
- shape: circle, color: tomato, location: between r6c8 and r6c9
- shape: circle, color: tomato, location: between r7c2 and r7c3
- shape: circle, color: tomato, location: between r7c3 and r7c4
- shape: circle, color: tomato, location: between r7c5 and r7c6
- shape: circle, color: tomato, location: between r7c7 and r7c8
- shape: circle, color: tomato, location: between r7c8 and r7c9
- shape: circle, color: tomato, location: between r8c1 and r8c2
- shape: circle, color: tomato, location: between r8c6 and r8c7
- shape: circle, color: tomato, location: between r9c1 and r9c2
- shape: circle, color: tomato, location: between r9c2 and r9c3
- shape: circle, color: tomato, location: between r4c2 and r5c2
- shape: circle, color: tomato, location: between r6c2 and r7c2
- shape: circle, color: tomato, location: between r6c3 and r7c3
- shape: circle, color: tomato, location: between r8c3 and r9c3
- shape: circle, color: tomato, location: between r8c4 and r9c4
- shape: circle, color: tomato, location: between r5c4 and r6c4
- shape: circle, color: tomato, location: between r1c4 and r2c4
- shape: circle, color: tomato, location: between r1c5 and r2c5
- shape: circle, color: tomato, location: between r7c5 and r8c5
- shape: circle, color: tomato, location: between r8c6 and r9c6
- shape: circle, color: tomato, location: between r4c6 and r5c6
- shape: circle, color: tomato, location: between r2c6 and r3c6
- shape: circle, color: tomato, location: between r7c7 and r8c7
- shape: circle, color: tomato, location: between r8c7 and r9c7
- shape: circle, color: tomato, location: between r8c8 and r9c8
- shape: circle, color: tomato, location: between r2c8 and r3c8
- shape: circle, color: tomato, location: between r2c9 and r3c9
- shape: circle, color: tomato, location: between r3c9 and r4c9

Example Prompt

You are a professional Sudoku puzzle solver. Please solve the following Sudoku variant.

## Size ##
9 x 9

## Rules ##
"1). Normal sudoku rules apply.\n2). Digits separated by a red dot are non-consecutive and contain one even digit and one odd digit. All dots are given! "

## Visual Elements ##
- shape: circle, color: tomato, location: between r1c1 and r1c2
- shape: circle, color: tomato, location: between r1c3 and r1c4
- shape: circle, color: tomato, location: between r1c7 and r1c8
- shape: circle, color: tomato, location: between r1c8 and r1c9
- shape: circle, color: tomato, location: between r2c2 and r2c3
- shape: circle, color: tomato, location: between r3c3 and r3c4
- shape: circle, color: tomato, location: between r3c4 and r3c5
- shape: circle, color: tomato, location: between r3c7 and r3c8
- shape: circle, color: tomato, location: between r4c1 and r4c2
- shape: circle, color: tomato, location: between r4c4 and r4c5
- shape: circle, color: tomato, location: between r4c6 and r4c7
- shape: circle, color: tomato, location: between r4c8 and r4c9
- shape: circle, color: tomato, location: between r5c5 and r5c6
- shape: circle, color: tomato, location: between r5c7 and r5c8
- shape: circle, color: tomato, location: between r6c2 and r6c3
- shape: circle, color: tomato, location: between r6c4 and r6c5
- shape: circle, color: tomato, location: between r6c5 and r6c6
- shape: circle, color: tomato, location: between r6c8 and r6c9
- shape: circle, color: tomato, location: between r7c2 and r7c3
- shape: circle, color: tomato, location: between r7c3 and r7c4
- shape: circle, color: tomato, location: between r7c5 and r7c6
- shape: circle, color: tomato, location: between r7c7 and r7c8
- shape: circle, color: tomato, location: between r7c8 and r7c9
- shape: circle, color: tomato, location: between r8c1 and r8c2
- shape: circle, color: tomato, location: between r8c6 and r8c7
- shape: circle, color: tomato, location: between r9c1 and r9c2
- shape: circle, color: tomato, location: between r9c2 and r9c3
- shape: circle, color: tomato, location: between r4c2 and r5c2
- shape: circle, color: tomato, location: between r6c2 and r7c2
- shape: circle, color: tomato, location: between r6c3 and r7c3
- shape: circle, color: tomato, location: between r8c3 and r9c3
- shape: circle, color: tomato, location: between r8c4 and r9c4
- shape: circle, color: tomato, location: between r5c4 and r6c4
- shape: circle, color: tomato, location: between r1c4 and r2c4
- shape: circle, color: tomato, location: between r1c5 and r2c5
- shape: circle, color: tomato, location: between r7c5 and r8c5
- shape: circle, color: tomato, location: between r8c6 and r9c6
- shape: circle, color: tomato, location: between r4c6 and r5c6
- shape: circle, color: tomato, location: between r2c6 and r3c6
- shape: circle, color: tomato, location: between r7c7 and r8c7
- shape: circle, color: tomato, location: between r8c7 and r9c7
- shape: circle, color: tomato, location: between r8c8 and r9c8
- shape: circle, color: tomato, location: between r2c8 and r3c8
- shape: circle, color: tomato, location: between r2c9 and r3c9
- shape: circle, color: tomato, location: between r3c9 and r4c9

## Initial Sudoku Board ##
4 . . 8 . 7 . . 5
. . . . . . . . .
. . . . . . . . .
. . . . . . . . 6
. . . . . . . . .
. . . . . . . . 8
. . . . . . . . .
. . . . . . . . .
. . . . . . . . 2

For example, the format should look like
<ANSWER>
1234567...
</ANSWER>

Copy Prompt

Show/Hide Solution

413867925652319784798524631839745216265138497174692358547283169926451873381976542

Who knew?

by sujoyku

Initial Board:

.................................................................................

Rules:

- Normal sudoku rules apply, i.e. each row, column and 3x3 region has to contain the digits from 1 to 9 once each.

- Index lines: Each turquoise line is an Index Line, i.e. the digit in the Nth cell along such a line (starting from the diamond) indicates the position along the line where the digit N appears. For example, if a diamond cell contains a 3, the third cell along that line must have a 1.

- German Whispers: Adjacent digits along a green line must differ by at least 5.

- Renban: Each purple line must contain a set of consecutive non-repeating digits in any order.

Visual Elements:

- line, color: aquamarine, coords: r3c9 r2c9 r1c9 r1c8 r1c7 r1c6
- line, color: aquamarine, coords: r9c4 r9c3 r9c2 r9c1 r8c1 r7c1
- line, color: aquamarine, coords: r2c1 r2c2 r3c3 r2c4 r2c5
- line, color: aquamarine, coords: r5c3 r6c4 r7c5 r7c6 r6c7 r6c8
- line, color: lightgreen, coords: r1c1 r1c2 r1c3 r1c4 r1c5
- line, color: lightgreen, coords: r3c8 r4c9 r5c8 r6c9 r7c8
- line, color: lightgreen, coords: r8c2 r8c3 r7c4
- line, color: violet, coords: r9c5 r9c6 r9c7 r9c8 r9c9
- line, color: violet, coords: r7c2 r6c1 r5c2 r4c1 r3c2
- line, color: violet, coords: r3c6 r2c7 r2c8
- shape: diamond, color: aquamarine, location: r1c6
- shape: diamond, color: aquamarine, location: r9c4
- shape: diamond, color: aquamarine, location: r2c1
- shape: diamond, color: aquamarine, location: r5c3

Example Prompt

You are a professional Sudoku puzzle solver. Please solve the following Sudoku variant.

## Size ##
9 x 9

## Rules ##
"- Normal sudoku rules apply, i.e. each row, column and 3x3 region has to contain the digits from 1 to 9 once each.\n\n- Index lines: Each turquoise line is an Index Line, i.e. the digit in the Nth cell along such a line (starting from the diamond) indicates the position along the line where the digit N appears. For example, if a diamond cell contains a 3, the third cell along that line must have a 1.\n\n- German Whispers: Adjacent digits along a green line must differ by at least 5.\n\n- Renban: Each purple line must contain a set of consecutive non-repeating digits in any order."

## Visual Elements ##
- line, color: aquamarine, coords: r3c9 r2c9 r1c9 r1c8 r1c7 r1c6
- line, color: aquamarine, coords: r9c4 r9c3 r9c2 r9c1 r8c1 r7c1
- line, color: aquamarine, coords: r2c1 r2c2 r3c3 r2c4 r2c5
- line, color: aquamarine, coords: r5c3 r6c4 r7c5 r7c6 r6c7 r6c8
- line, color: lightgreen, coords: r1c1 r1c2 r1c3 r1c4 r1c5
- line, color: lightgreen, coords: r3c8 r4c9 r5c8 r6c9 r7c8
- line, color: lightgreen, coords: r8c2 r8c3 r7c4
- line, color: violet, coords: r9c5 r9c6 r9c7 r9c8 r9c9
- line, color: violet, coords: r7c2 r6c1 r5c2 r4c1 r3c2
- line, color: violet, coords: r3c6 r2c7 r2c8
- shape: diamond, color: aquamarine, location: r1c6
- shape: diamond, color: aquamarine, location: r9c4
- shape: diamond, color: aquamarine, location: r2c1
- shape: diamond, color: aquamarine, location: r5c3

For example, the format should look like
<ANSWER>
1234567...
</ANSWER>

Copy Prompt

Show/Hide Solution

729384651146259873853716942417623589965871324382495167578932416691547238234168795

What's the difference?

by Graggle

Initial Board:

.................................................................................

Rules:

- Normal sudoku rules apply.

- Killer cages: Digits in cages must sum to the number in the top-left corner and cannot repeat.

- Arrows: Digits along an arrow sum to the digit in the connected circled cell.

- Kropki dots: Cells joined by a white dot contain consecutive digits. Not all possible dots are given.

Visual Elements:

- killer cage (value 19): r9c2 r9c3 r9c4 r9c5 r9c6
- killer cage (value 16): r4c1 r5c1 r6c1 r7c1 r8c1
- killer cage (value 12): r2c7 r2c8 r3c7 r3c8
- arrow, color: darkgray, coords (base to tip): r2c4 r1c3 r2c2
- arrow, color: darkgray, coords (base to tip): r3c4 r3c3 r3c2
- arrow, color: darkgray, coords (base to tip): r1c4 r2c3 r1c2
- arrow, color: darkgray, coords (base to tip): r6c8 r7c7 r8c8
- arrow, color: darkgray, coords (base to tip): r6c7 r7c8 r8c7
- arrow, color: darkgray, coords (base to tip): r6c9 r7c9 r8c9
- arrow, color: darkgray, coords (base to tip): r5c7 r5c8 r4c8
- arrow, color: darkgray, coords (base to tip): r3c5 r2c5 r2c6
- arrow, color: darkgray, coords (base to tip): r3c6 r4c5 r5c4
- arrow, color: darkgray, coords (base to tip): r4c7 r5c6 r6c5
- shape: circle, color: white (stroke color: darkgray), location: r2c4
- shape: circle, color: white (stroke color: darkgray), location: r3c4
- shape: circle, color: white (stroke color: darkgray), location: r1c4
- shape: circle, color: white (stroke color: darkgray), location: r6c8
- shape: circle, color: white (stroke color: darkgray), location: r6c7
- shape: circle, color: white (stroke color: darkgray), location: r6c9
- shape: circle, color: white (stroke color: darkgray), location: r5c7
- shape: circle, color: white (stroke color: darkgray), location: r3c5
- shape: circle, color: white (stroke color: darkgray), location: r3c6
- shape: circle, color: white (stroke color: darkgray), location: r4c7
- shape: circle, color: white (stroke color: black), location: between r6c7 and r6c8
- shape: circle, color: white (stroke color: black), location: between r6c8 and r6c9
- shape: circle, color: white (stroke color: black), location: between r1c4 and r2c4
- shape: circle, color: white (stroke color: black), location: between r2c4 and r3c4
- shape: circle, color: white (stroke color: black), location: between r3c5 and r3c6
- shape: circle, color: white (stroke color: black), location: between r4c7 and r5c7
- shape: circle, color: white (stroke color: black), location: between r6c1 and r7c1
- shape: circle, color: white (stroke color: black), location: between r9c3 and r9c4
- shape: circle, color: white (stroke color: black), location: between r4c3 and r5c3
- shape: circle, color: white (stroke color: black), location: between r7c5 and r7c6

Example Prompt

You are a professional Sudoku puzzle solver. Please solve the following Sudoku variant.

## Size ##
9 x 9

## Rules ##
"- Normal sudoku rules apply.\n\n- Killer cages: Digits in cages must sum to the number in the top-left corner and cannot repeat.\n\n- Arrows: Digits along an arrow sum to the digit in the connected circled cell.\n\n- Kropki dots: Cells joined by a white dot contain consecutive digits. Not all possible dots are given."

## Visual Elements ##
- killer cage (value 19): r9c2 r9c3 r9c4 r9c5 r9c6
- killer cage (value 16): r4c1 r5c1 r6c1 r7c1 r8c1
- killer cage (value 12): r2c7 r2c8 r3c7 r3c8
- arrow, color: darkgray, coords (base to tip): r2c4 r1c3 r2c2
- arrow, color: darkgray, coords (base to tip): r3c4 r3c3 r3c2
- arrow, color: darkgray, coords (base to tip): r1c4 r2c3 r1c2
- arrow, color: darkgray, coords (base to tip): r6c8 r7c7 r8c8
- arrow, color: darkgray, coords (base to tip): r6c7 r7c8 r8c7
- arrow, color: darkgray, coords (base to tip): r6c9 r7c9 r8c9
- arrow, color: darkgray, coords (base to tip): r5c7 r5c8 r4c8
- arrow, color: darkgray, coords (base to tip): r3c5 r2c5 r2c6
- arrow, color: darkgray, coords (base to tip): r3c6 r4c5 r5c4
- arrow, color: darkgray, coords (base to tip): r4c7 r5c6 r6c5
- shape: circle, color: white (stroke color: darkgray), location: r2c4
- shape: circle, color: white (stroke color: darkgray), location: r3c4
- shape: circle, color: white (stroke color: darkgray), location: r1c4
- shape: circle, color: white (stroke color: darkgray), location: r6c8
- shape: circle, color: white (stroke color: darkgray), location: r6c7
- shape: circle, color: white (stroke color: darkgray), location: r6c9
- shape: circle, color: white (stroke color: darkgray), location: r5c7
- shape: circle, color: white (stroke color: darkgray), location: r3c5
- shape: circle, color: white (stroke color: darkgray), location: r3c6
- shape: circle, color: white (stroke color: darkgray), location: r4c7
- shape: circle, color: white (stroke color: black), location: between r6c7 and r6c8
- shape: circle, color: white (stroke color: black), location: between r6c8 and r6c9
- shape: circle, color: white (stroke color: black), location: between r1c4 and r2c4
- shape: circle, color: white (stroke color: black), location: between r2c4 and r3c4
- shape: circle, color: white (stroke color: black), location: between r3c5 and r3c6
- shape: circle, color: white (stroke color: black), location: between r4c7 and r5c7
- shape: circle, color: white (stroke color: black), location: between r6c1 and r7c1
- shape: circle, color: white (stroke color: black), location: between r9c3 and r9c4
- shape: circle, color: white (stroke color: black), location: between r4c3 and r5c3
- shape: circle, color: white (stroke color: black), location: between r7c5 and r7c6

For example, the format should look like
<ANSWER>
1234567...
</ANSWER>

Copy Prompt

Show/Hide Solution

813692475945713268726845139457928613698371542231456987174589326389264751562137894

God save the Queen

by LMDemasi

Initial Board:

.................................................................................

Rules:

Irregular Sudoku rules apply. Place the digits 1 - 9 in each row, column, and outlined region.
Anti-knight - Cells a chess knight's move apart may not contain the same digit.
Anti-king - Cells a chess King's move apart may not contain the same digit.
Counting Circles - If a digit n appears in a circle, then the digit n appears in exactly n circles.

Visual Elements:

- region: r6c9 r7c9 r8c9 r9c9 r9c8 r8c8 r7c8 r8c7 r9c7
- region: r8c6 r9c6 r7c6 r7c7 r6c7 r6c8 r5c8 r8c5 r9c5
- region: r9c4 r9c3 r9c2 r9c1 r8c1 r8c2 r8c3 r8c4 r7c3
- region: r5c9 r4c9 r3c9 r3c8 r4c8 r2c8 r1c8 r1c9 r2c9
- region: r7c1 r7c2 r6c2 r6c1 r6c3 r5c2 r5c1 r5c3 r4c2
- region: r7c5 r7c4 r6c4 r6c5 r6c6 r5c5 r5c4 r4c4 r5c6
- region: r5c7 r4c7 r3c7 r2c7 r1c7 r1c6 r2c6 r3c6 r4c6
- region: r4c5 r3c5 r3c4 r3c3 r4c3 r2c4 r1c4 r1c5 r2c5
- region: r2c3 r1c3 r1c2 r2c2 r3c2 r3c1 r4c1 r2c1 r1c1
- shape: circle, color: white (stroke color: black), location: r2c1
- shape: circle, color: white (stroke color: black), location: r3c6
- shape: circle, color: white (stroke color: black), location: r5c8
- shape: circle, color: white (stroke color: black), location: r6c5
- shape: circle, color: white (stroke color: black), location: r7c2
- shape: circle, color: white (stroke color: black), location: r9c4
- shape: circle, color: white (stroke color: black), location: r8c7
- shape: circle, color: white (stroke color: black), location: r4c3
- shape: circle, color: white (stroke color: black), location: r2c8
- shape: circle, color: white (stroke color: black), location: r7c9
- shape: circle, color: white (stroke color: black), location: r1c3
- shape: circle, color: white (stroke color: black), location: r4c2
- shape: circle, color: white (stroke color: black), location: r6c4
- shape: circle, color: white (stroke color: black), location: r3c5
- shape: circle, color: white (stroke color: black), location: r5c7
- shape: circle, color: white (stroke color: black), location: r6c3
- shape: circle, color: white (stroke color: black), location: r2c4
- shape: circle, color: white (stroke color: black), location: r1c7
- shape: circle, color: white (stroke color: black), location: r3c9
- shape: circle, color: white (stroke color: black), location: r5c6
- shape: circle, color: white (stroke color: black), location: r8c5
- shape: circle, color: white (stroke color: black), location: r4c8
- shape: circle, color: white (stroke color: black), location: r2c6
- shape: circle, color: white (stroke color: black), location: r1c1
- shape: circle, color: white (stroke color: black), location: r9c9
- shape: circle, color: white (stroke color: black), location: r3c3
- shape: circle, color: white (stroke color: black), location: r5c4
- shape: circle, color: white (stroke color: black), location: r4c7
- shape: circle, color: white (stroke color: black), location: r3c2
- shape: circle, color: white (stroke color: black), location: r9c3
- shape: circle, color: white (stroke color: black), location: r8c2
- shape: circle, color: white (stroke color: black), location: r5c3
- shape: circle, color: white (stroke color: black), location: r2c9
- shape: circle, color: white (stroke color: black), location: r9c1
- shape: circle, color: white (stroke color: black), location: r6c7
- shape: circle, color: white (stroke color: black), location: r3c4
- global: anti-king
- global: anti-knight

Example Prompt

You are a professional Sudoku puzzle solver. Please solve the following Sudoku variant.

## Size ##
9 x 9

## Rules ##
"Irregular Sudoku rules apply. Place the digits 1 - 9 in each row, column, and outlined region.\nAnti-knight - Cells a chess knight's move apart may not contain the same digit.\nAnti-king - Cells a chess King's move apart may not contain the same digit.\nCounting Circles - If a digit n appears in a circle, then the digit n appears in exactly n circles."

## Visual Elements ##
- region: r6c9 r7c9 r8c9 r9c9 r9c8 r8c8 r7c8 r8c7 r9c7
- region: r8c6 r9c6 r7c6 r7c7 r6c7 r6c8 r5c8 r8c5 r9c5
- region: r9c4 r9c3 r9c2 r9c1 r8c1 r8c2 r8c3 r8c4 r7c3
- region: r5c9 r4c9 r3c9 r3c8 r4c8 r2c8 r1c8 r1c9 r2c9
- region: r7c1 r7c2 r6c2 r6c1 r6c3 r5c2 r5c1 r5c3 r4c2
- region: r7c5 r7c4 r6c4 r6c5 r6c6 r5c5 r5c4 r4c4 r5c6
- region: r5c7 r4c7 r3c7 r2c7 r1c7 r1c6 r2c6 r3c6 r4c6
- region: r4c5 r3c5 r3c4 r3c3 r4c3 r2c4 r1c4 r1c5 r2c5
- region: r2c3 r1c3 r1c2 r2c2 r3c2 r3c1 r4c1 r2c1 r1c1
- shape: circle, color: white (stroke color: black), location: r2c1
- shape: circle, color: white (stroke color: black), location: r3c6
- shape: circle, color: white (stroke color: black), location: r5c8
- shape: circle, color: white (stroke color: black), location: r6c5
- shape: circle, color: white (stroke color: black), location: r7c2
- shape: circle, color: white (stroke color: black), location: r9c4
- shape: circle, color: white (stroke color: black), location: r8c7
- shape: circle, color: white (stroke color: black), location: r4c3
- shape: circle, color: white (stroke color: black), location: r2c8
- shape: circle, color: white (stroke color: black), location: r7c9
- shape: circle, color: white (stroke color: black), location: r1c3
- shape: circle, color: white (stroke color: black), location: r4c2
- shape: circle, color: white (stroke color: black), location: r6c4
- shape: circle, color: white (stroke color: black), location: r3c5
- shape: circle, color: white (stroke color: black), location: r5c7
- shape: circle, color: white (stroke color: black), location: r6c3
- shape: circle, color: white (stroke color: black), location: r2c4
- shape: circle, color: white (stroke color: black), location: r1c7
- shape: circle, color: white (stroke color: black), location: r3c9
- shape: circle, color: white (stroke color: black), location: r5c6
- shape: circle, color: white (stroke color: black), location: r8c5
- shape: circle, color: white (stroke color: black), location: r4c8
- shape: circle, color: white (stroke color: black), location: r2c6
- shape: circle, color: white (stroke color: black), location: r1c1
- shape: circle, color: white (stroke color: black), location: r9c9
- shape: circle, color: white (stroke color: black), location: r3c3
- shape: circle, color: white (stroke color: black), location: r5c4
- shape: circle, color: white (stroke color: black), location: r4c7
- shape: circle, color: white (stroke color: black), location: r3c2
- shape: circle, color: white (stroke color: black), location: r9c3
- shape: circle, color: white (stroke color: black), location: r8c2
- shape: circle, color: white (stroke color: black), location: r5c3
- shape: circle, color: white (stroke color: black), location: r2c9
- shape: circle, color: white (stroke color: black), location: r9c1
- shape: circle, color: white (stroke color: black), location: r6c7
- shape: circle, color: white (stroke color: black), location: r3c4
- global: anti-king
- global: anti-knight

For example, the format should look like
<ANSWER>
1234567...
</ANSWER>

Copy Prompt

Show/Hide Solution

517392648892645173345178926678923451123456789956781234481239567739564812264817395

Granular Impurities

by Allagem

Initial Board:

.................................................................................

Rules:

Normal Sudoku rules apply.
Each white line can be divided into one or more segments that each sum to 10.
Each digit in a shaded cell is less than its orthogonally adjacent neighbors in unshaded cells (as indicated by the inequality symbols).

Visual Elements:

- inequality arrow: > between r8c8 and r8c9
- inequality arrow: < between r8c9 and r8c8
- inequality arrow: v between r8c8 and r9c8
- inequality arrow: ^ between r9c8 and r8c8
- inequality arrow: > between r8c5 and r8c6
- inequality arrow: < between r8c6 and r8c5
- inequality arrow: v between r8c5 and r9c5
- inequality arrow: ^ between r9c5 and r8c5
- inequality arrow: > between r7c2 and r7c3
- inequality arrow: < between r7c3 and r7c2
- inequality arrow: v between r7c2 and r8c2
- inequality arrow: ^ between r8c2 and r7c2
- inequality arrow: < between r5c2 and r5c1
- inequality arrow: v between r5c1 and r6c1
- inequality arrow: ^ between r6c1 and r5c1
- inequality arrow: > between r2c2 and r2c3
- inequality arrow: < between r2c3 and r2c2
- inequality arrow: v between r2c2 and r3c2
- inequality arrow: ^ between r3c2 and r2c2
- inequality arrow: > between r3c4 and r3c5
- inequality arrow: < between r3c5 and r3c4
- inequality arrow: v between r3c4 and r4c4
- inequality arrow: ^ between r4c4 and r3c4
- inequality arrow: > between r3c8 and r3c9
- inequality arrow: < between r3c9 and r3c8
- inequality arrow: v between r3c8 and r4c8
- inequality arrow: ^ between r4c8 and r3c8
- line, color: darkgray, coords: r8c9 r9c8 r8c7 r8c6 r9c5 r8c4
- line, color: darkgray, coords: r8c3 r8c2 r7c1 r6c2 r6c3
- line, color: darkgray, coords: r5c2 r4c1 r3c2 r2c1 r1c2
- line, color: darkgray, coords: r3c9 r4c8 r4c7 r4c6 r3c6 r2c6 r1c6 r1c7 r2c8 r3c9
- line, color: darkgray, coords: r2c4 r3c3 r4c3 r4c4 r4c5 r3c5 r2c4
- line, color: white, coords: r8c9 r9c8 r8c7 r8c6 r9c5 r8c4
- line, color: white, coords: r8c3 r8c2 r7c1 r6c2 r6c3
- line, color: white, coords: r5c2 r4c1 r3c2 r2c1 r1c2
- line, color: white, coords: r3c9 r4c8 r4c7 r4c6 r3c6 r2c6 r1c6 r1c7 r2c8 r3c9
- line, color: white, coords: r2c4 r3c3 r4c3 r4c4 r4c5 r3c5 r2c4
- shape: square, color: black, location: r8c8
- shape: square, color: black, location: r8c5
- shape: square, color: black, location: r7c2
- shape: square, color: black, location: r5c1
- shape: square, color: black, location: r2c2
- shape: square, color: black, location: r3c4
- shape: square, color: black, location: r3c8

Example Prompt

You are a professional Sudoku puzzle solver. Please solve the following Sudoku variant.

## Size ##
9 x 9

## Rules ##
"Normal Sudoku rules apply.\nEach white line can be divided into one or more segments that each sum to 10.\nEach digit in a shaded cell is less than its orthogonally adjacent neighbors in unshaded cells (as indicated by the inequality symbols)."

## Visual Elements ##
- inequality arrow: > between r8c8 and r8c9
- inequality arrow: < between r8c9 and r8c8
- inequality arrow: v between r8c8 and r9c8
- inequality arrow: ^ between r9c8 and r8c8
- inequality arrow: > between r8c5 and r8c6
- inequality arrow: < between r8c6 and r8c5
- inequality arrow: v between r8c5 and r9c5
- inequality arrow: ^ between r9c5 and r8c5
- inequality arrow: > between r7c2 and r7c3
- inequality arrow: < between r7c3 and r7c2
- inequality arrow: v between r7c2 and r8c2
- inequality arrow: ^ between r8c2 and r7c2
- inequality arrow: < between r5c2 and r5c1
- inequality arrow: v between r5c1 and r6c1
- inequality arrow: ^ between r6c1 and r5c1
- inequality arrow: > between r2c2 and r2c3
- inequality arrow: < between r2c3 and r2c2
- inequality arrow: v between r2c2 and r3c2
- inequality arrow: ^ between r3c2 and r2c2
- inequality arrow: > between r3c4 and r3c5
- inequality arrow: < between r3c5 and r3c4
- inequality arrow: v between r3c4 and r4c4
- inequality arrow: ^ between r4c4 and r3c4
- inequality arrow: > between r3c8 and r3c9
- inequality arrow: < between r3c9 and r3c8
- inequality arrow: v between r3c8 and r4c8
- inequality arrow: ^ between r4c8 and r3c8
- line, color: darkgray, coords: r8c9 r9c8 r8c7 r8c6 r9c5 r8c4
- line, color: darkgray, coords: r8c3 r8c2 r7c1 r6c2 r6c3
- line, color: darkgray, coords: r5c2 r4c1 r3c2 r2c1 r1c2
- line, color: darkgray, coords: r3c9 r4c8 r4c7 r4c6 r3c6 r2c6 r1c6 r1c7 r2c8 r3c9
- line, color: darkgray, coords: r2c4 r3c3 r4c3 r4c4 r4c5 r3c5 r2c4
- line, color: white, coords: r8c9 r9c8 r8c7 r8c6 r9c5 r8c4
- line, color: white, coords: r8c3 r8c2 r7c1 r6c2 r6c3
- line, color: white, coords: r5c2 r4c1 r3c2 r2c1 r1c2
- line, color: white, coords: r3c9 r4c8 r4c7 r4c6 r3c6 r2c6 r1c6 r1c7 r2c8 r3c9
- line, color: white, coords: r2c4 r3c3 r4c3 r4c4 r4c5 r3c5 r2c4
- shape: square, color: black, location: r8c8
- shape: square, color: black, location: r8c5
- shape: square, color: black, location: r7c2
- shape: square, color: black, location: r5c1
- shape: square, color: black, location: r2c2
- shape: square, color: black, location: r3c4
- shape: square, color: black, location: r3c8

For example, the format should look like
<ANSWER>
1234567...
</ANSWER>

Copy Prompt

Show/Hide Solution

561874293429365781837291645396412857145687932782953164218549376953726418674138529

Transmission

by FullDeck and Missing a Few Cards

Initial Board:

.................................................................................

Rules:

**Standard Sudoku, Cages, Modular Lines **

- Standard sudoku rules apply: The digits 1 through 9 appear in every row, column, and box.
- Modular lines: Any set of three adjacent digits along a modular line has three different remainders when divided by 3.
- Cages: Digits in cages cannot repeat and must sum to the value shown in the upper left corner of the cage.

Visual Elements:

- killer cage (value 11): r3c1 r4c1 r4c2
- killer cage (value 15): r7c7 r7c8 r8c7
- killer cage (value 17): r8c6 r9c6 r9c7
- killer cage (value 18): r8c8 r8c9 r9c8
- killer cage (value 16): r6c8 r6c9 r7c9
- killer cage (value 9): r5c1 r5c2
- killer cage (value 15): r1c3 r1c4 r2c4
- killer cage (value 14): r2c3 r3c2 r3c3
- killer cage (value 16): r1c2 r2c1 r2c2
- killer cage (value 13): r8c5 r9c5
- killer cage (value 21): r5c4 r6c4 r6c5
- killer cage (value 9): r6c3 r7c3 r7c4
- killer cage (value 20): r3c6 r3c7 r4c7
- killer cage (value 13): r4c5 r4c6 r5c6
- line, color: lightseagreen, coords: r5c1 r4c1 r3c1 r2c1 r1c1 r1c2 r1c3 r1c4 r1c5
- line, color: lightseagreen, coords: r5c2 r4c2 r3c2 r2c2 r2c3 r2c4 r2c5
- line, color: lightseagreen, coords: r9c5 r9c6 r9c7 r9c8 r9c9 r8c9 r7c9 r6c9 r5c9
- line, color: lightseagreen, coords: r8c5 r8c6 r8c7 r8c8 r7c8 r6c8 r5c8
- line, color: lightseagreen, coords: r3c6 r4c6 r4c7
- line, color: lightseagreen, coords: r6c3 r6c4 r7c4
- line, color: lightseagreen, coords: r4c5 r4c4 r5c4
- line, color: lightseagreen, coords: r6c5 r6c6 r5c6
- line, color: lightseagreen, coords: r7c3 r7c2 r8c2
- line, color: lightseagreen, coords: r3c7 r3c8 r2c8

Example Prompt

You are a professional Sudoku puzzle solver. Please solve the following Sudoku variant.

## Size ##
9 x 9

## Rules ##
"**Standard Sudoku, Cages, Modular Lines **\n\n- Standard sudoku rules apply: The digits 1 through 9 appear in every row, column, and box.\n- Modular lines: Any set of three adjacent digits along a modular line has three different remainders when divided by 3.\n- Cages: Digits in cages cannot repeat and must sum to the value shown in the upper left corner of the cage.\n\n\n"

## Visual Elements ##
- killer cage (value 11): r3c1 r4c1 r4c2
- killer cage (value 15): r7c7 r7c8 r8c7
- killer cage (value 17): r8c6 r9c6 r9c7
- killer cage (value 18): r8c8 r8c9 r9c8
- killer cage (value 16): r6c8 r6c9 r7c9
- killer cage (value 9): r5c1 r5c2
- killer cage (value 15): r1c3 r1c4 r2c4
- killer cage (value 14): r2c3 r3c2 r3c3
- killer cage (value 16): r1c2 r2c1 r2c2
- killer cage (value 13): r8c5 r9c5
- killer cage (value 21): r5c4 r6c4 r6c5
- killer cage (value 9): r6c3 r7c3 r7c4
- killer cage (value 20): r3c6 r3c7 r4c7
- killer cage (value 13): r4c5 r4c6 r5c6
- line, color: lightseagreen, coords: r5c1 r4c1 r3c1 r2c1 r1c1 r1c2 r1c3 r1c4 r1c5
- line, color: lightseagreen, coords: r5c2 r4c2 r3c2 r2c2 r2c3 r2c4 r2c5
- line, color: lightseagreen, coords: r9c5 r9c6 r9c7 r9c8 r9c9 r8c9 r7c9 r6c9 r5c9
- line, color: lightseagreen, coords: r8c5 r8c6 r8c7 r8c8 r7c8 r6c8 r5c8
- line, color: lightseagreen, coords: r3c6 r4c6 r4c7
- line, color: lightseagreen, coords: r6c3 r6c4 r7c4
- line, color: lightseagreen, coords: r4c5 r4c4 r5c4
- line, color: lightseagreen, coords: r6c5 r6c6 r5c6
- line, color: lightseagreen, coords: r7c3 r7c2 r8c2
- line, color: lightseagreen, coords: r3c7 r3c8 r2c8

For example, the format should look like
<ANSWER>
1234567...
</ANSWER>

Copy Prompt

Show/Hide Solution

846213597935764128172985643287431956364859712591672834713526489629148375458397261

N is for Naughty and Nice

by EPH

Initial Board:

.................................................................................

Rules:

Standard sudoku rules apply: each row, column, and 3x3 box must contain all the digits from 1 to 9.
Digits separated by a white dot must be consecutive.
Digits separated by a black dot must be in a 2:1 ratio.  Not all dots are necessarily given.
Adjacent digits on a green line must differ by at least 5.
Box borders separate blue lines into segments. Digits on each segment of the same line sum to the same value.  Different lines may have different segment sums.

Visual Elements:

- line, color: deepskyblue, coords: r1c3 r1c4 r2c5 r3c6 r2c7
- line, color: deepskyblue, coords: r9c7 r9c6 r8c5 r7c4 r8c3
- line, color: deepskyblue, coords: r3c3 r3c4 r4c5 r5c6 r4c7 r3c7 r3c8 r4c8 r5c8 r6c8 r7c8 r7c7 r7c6 r6c5 r5c4 r6c3 r7c3 r7c2 r6c2 r5c2 r4c2 r3c2 r3c3
- line, color: lightgreen, coords: r5c3 r4c3 r4c4 r5c5 r6c6 r6c7 r5c7
- line, color: lightgreen, coords: r1c9 r2c9
- line, color: lightgreen, coords: r8c1 r9c1
- shape: circle, color: white (stroke color: black), location: between r4c8 and r5c8
- shape: circle, color: white (stroke color: black), location: between r5c2 and r6c2
- shape: circle, color: white (stroke color: black), location: between r3c1 and r4c1
- shape: circle, color: black, location: between r6c9 and r7c9

Example Prompt

You are a professional Sudoku puzzle solver. Please solve the following Sudoku variant.

## Size ##
9 x 9

## Rules ##
"Standard sudoku rules apply: each row, column, and 3x3 box must contain all the digits from 1 to 9.\nDigits separated by a white dot must be consecutive.\nDigits separated by a black dot must be in a 2:1 ratio.  Not all dots are necessarily given.\nAdjacent digits on a green line must differ by at least 5.\nBox borders separate blue lines into segments. Digits on each segment of the same line sum to the same value.  Different lines may have different segment sums."

## Visual Elements ##
- line, color: deepskyblue, coords: r1c3 r1c4 r2c5 r3c6 r2c7
- line, color: deepskyblue, coords: r9c7 r9c6 r8c5 r7c4 r8c3
- line, color: deepskyblue, coords: r3c3 r3c4 r4c5 r5c6 r4c7 r3c7 r3c8 r4c8 r5c8 r6c8 r7c8 r7c7 r7c6 r6c5 r5c4 r6c3 r7c3 r7c2 r6c2 r5c2 r4c2 r3c2 r3c3
- line, color: lightgreen, coords: r5c3 r4c3 r4c4 r5c5 r6c6 r6c7 r5c7
- line, color: lightgreen, coords: r1c9 r2c9
- line, color: lightgreen, coords: r8c1 r9c1
- shape: circle, color: white (stroke color: black), location: between r4c8 and r5c8
- shape: circle, color: white (stroke color: black), location: between r5c2 and r6c2
- shape: circle, color: white (stroke color: black), location: between r3c1 and r4c1
- shape: circle, color: black, location: between r6c9 and r7c9

For example, the format should look like
<ANSWER>
1234567...
</ANSWER>

Copy Prompt

Show/Hide Solution

396257481172438659854961273728346915641895327539712864263179548487523196915684732

Mountaineering

by SSG

Initial Board:

.................................................................................

Rules:

Normal sudoku rules apply.

Ascending Starters: A clue outside the grid specifies the sum of the first run of ascending digits from the position of the clue (i.e. the sum from the first digit encountered until digits are no longer ascending). This may be only a single digit.

Magic Sigils: Within each 3x3 box, straight magenta line segments have the same sum.

Visual Elements:

- line, color: deeppink, coords: r7c6 r7c5 r7c4 r8c4 r8c5 r8c6 r9c6 r9c5 r9c4
- line, color: deeppink, coords: r3c4 r2c4 r1c4 r2c5 r3c6 r2c6 r1c6
- line, color: deeppink, coords: r4c9 r4c8 r4c7 r5c7 r6c7 r6c8 r6c9
- line, color: deeppink, coords: r5c8 r5c7
- line, color: deeppink, coords: r5c2 r6c3 r5c3 r4c3
- line, color: deeppink, coords: r5c1 r6c1
- text: 15, shape: square, location: r10c5
- text: 15, shape: square, location: r5c10
- text: 15, shape: square, location: r5c0
- text: 13, shape: square, location: r0c5
- text: 25, shape: square, location: r0c9
- text: 10, shape: square, location: r2c0
- text: 27, shape: square, location: r9c10
- text: 24, shape: square, location: r10c3

Example Prompt

You are a professional Sudoku puzzle solver. Please solve the following Sudoku variant.

## Size ##
9 x 9

## Rules ##
"Normal sudoku rules apply.\n\nAscending Starters: A clue outside the grid specifies the sum of the first run of ascending digits from the position of the clue (i.e. the sum from the first digit encountered until digits are no longer ascending). This may be only a single digit.\n\nMagic Sigils: Within each 3x3 box, straight magenta line segments have the same sum."

## Visual Elements ##
- line, color: deeppink, coords: r7c6 r7c5 r7c4 r8c4 r8c5 r8c6 r9c6 r9c5 r9c4
- line, color: deeppink, coords: r3c4 r2c4 r1c4 r2c5 r3c6 r2c6 r1c6
- line, color: deeppink, coords: r4c9 r4c8 r4c7 r5c7 r6c7 r6c8 r6c9
- line, color: deeppink, coords: r5c8 r5c7
- line, color: deeppink, coords: r5c2 r6c3 r5c3 r4c3
- line, color: deeppink, coords: r5c1 r6c1
- text: 15, shape: square, location: r10c5
- text: 15, shape: square, location: r5c10
- text: 15, shape: square, location: r5c0
- text: 13, shape: square, location: r0c5
- text: 25, shape: square, location: r0c9
- text: 10, shape: square, location: r2c0
- text: 27, shape: square, location: r9c10
- text: 24, shape: square, location: r10c3

For example, the format should look like
<ANSWER>
1234567...
</ANSWER>

Copy Prompt

Show/Hide Solution

973268541465371982821945673396482715782153496514697238659834127148726359237519864

Nostalgia

by Niverio

Initial Board:

.................................................................................

Rules:

- Sudoku: Place the digits 1-9 into each row, column and outlined 3x3 box without repeats.
- Arrow: Digits on an arrow sum to the digit in that arrow's circle.
- Thermometer: Digits along a thermometer strictly increase, starting from the bulb end.
- Anti-Knight: Digits that are a knight's move apart cannot be identical anywhere in the grid.

Visual Elements:

- line, color: lightgray, coords: r8c7 r9c6 r9c5 r9c4 r8c3
- line, color: lightgray, coords: r6c5 r5c5 r4c5 r3c5
- arrow, color: darkgray, coords (base to tip): r6c1 r7c1 r7c2 r7c3
- arrow, color: darkgray, coords (base to tip): r6c9 r7c9 r7c8
- arrow, color: darkgray, coords (base to tip): r3c7 r4c6 r5c7
- arrow, color: darkgray, coords (base to tip): r1c6 r2c7
- shape: circle, color: lightgray, location: r8c7
- shape: circle, color: lightgray, location: r6c5
- shape: circle, color: white (stroke color: darkgray), location: r6c1
- shape: circle, color: white (stroke color: darkgray), location: r6c9
- shape: circle, color: white (stroke color: darkgray), location: r3c7
- shape: circle, color: white (stroke color: darkgray), location: r1c6

Example Prompt

You are a professional Sudoku puzzle solver. Please solve the following Sudoku variant.

## Size ##
9 x 9

## Rules ##
"- Sudoku: Place the digits 1-9 into each row, column and outlined 3x3 box without repeats.\n- Arrow: Digits on an arrow sum to the digit in that arrow's circle.\n- Thermometer: Digits along a thermometer strictly increase, starting from the bulb end.\n- Anti-Knight: Digits that are a knight's move apart cannot be identical anywhere in the grid."

## Visual Elements ##
- line, color: lightgray, coords: r8c7 r9c6 r9c5 r9c4 r8c3
- line, color: lightgray, coords: r6c5 r5c5 r4c5 r3c5
- arrow, color: darkgray, coords (base to tip): r6c1 r7c1 r7c2 r7c3
- arrow, color: darkgray, coords (base to tip): r6c9 r7c9 r7c8
- arrow, color: darkgray, coords (base to tip): r3c7 r4c6 r5c7
- arrow, color: darkgray, coords (base to tip): r1c6 r2c7
- shape: circle, color: lightgray, location: r8c7
- shape: circle, color: lightgray, location: r6c5
- shape: circle, color: white (stroke color: darkgray), location: r6c1
- shape: circle, color: white (stroke color: darkgray), location: r6c9
- shape: circle, color: white (stroke color: darkgray), location: r3c7
- shape: circle, color: white (stroke color: darkgray), location: r1c6

For example, the format should look like
<ANSWER>
1234567...
</ANSWER>

Copy Prompt

Show/Hide Solution

189426537327519684645387921413978256876253149952641378531894762768132495294765813

Nosferatu Crossfire

by Mad-Tyas

Initial Board:

.................................................................................

Rules:

Sudoku: Fill every row, column and marked 3x3 box with the digits 1-9.

Nosferatu: Nine cells in the grid are Nosferatu cells. They have to be filled with one complete set of the digits from 1-9. Each row, column and marked 3x3 box contains exactly one Nosferatu cell.
There also are nine Prey cells following the same rules as the Nosferatu cells. A cell can only have one of these roles.
The values of all Prey cells are 0. The value of a Nosferatu cell is the sum of the digits in the Nosferatu cell and the Prey cell in the same marked 3x3 box.

Arrow: The values along an arrow have to add up to the value in the attached circle.

Visual Elements:

- arrow, color: darkgray, coords (base to tip): r3c6 r2c7 r1c7 r1c8 r2c8
- arrow, color: darkgray, coords (base to tip): r3c4 r2c3 r1c3 r1c2 r2c2
- arrow, color: darkgray, coords (base to tip): r3c4 r2c5 r1c4
- arrow, color: darkgray, coords (base to tip): r4c5 r3c5
- arrow, color: darkgray, coords (base to tip): r9c9 r9c8 r9c7 r9c6
- arrow, color: darkgray, coords (base to tip): r9c1 r9c2 r9c3 r9c4
- arrow, color: darkgray, coords (base to tip): r6c5 r7c5 r8c5 r9c5
- arrow, color: darkgray, coords (base to tip): r4c3 r3c2 r2c1
- arrow, color: darkgray, coords (base to tip): r5c8 r4c7 r3c8 r2c9
- arrow, color: darkgray, coords (base to tip): r5c6 r6c7 r7c8
- shape: circle, color: white (stroke color: darkgray), location: r3c6
- shape: circle, color: white (stroke color: darkgray), location: r3c4
- shape: circle, color: white (stroke color: darkgray), location: r4c5
- shape: circle, color: white (stroke color: darkgray), location: r9c9
- shape: circle, color: white (stroke color: darkgray), location: r9c1
- shape: circle, color: white (stroke color: darkgray), location: r6c5
- shape: circle, color: white (stroke color: darkgray), location: r4c3
- shape: circle, color: white (stroke color: darkgray), location: r5c8
- shape: circle, color: white (stroke color: darkgray), location: r5c6

Example Prompt

You are a professional Sudoku puzzle solver. Please solve the following Sudoku variant.

## Size ##
9 x 9

## Rules ##
"Sudoku: Fill every row, column and marked 3x3 box with the digits 1-9.\n\nNosferatu: Nine cells in the grid are Nosferatu cells. They have to be filled with one complete set of the digits from 1-9. Each row, column and marked 3x3 box contains exactly one Nosferatu cell. \nThere also are nine Prey cells following the same rules as the Nosferatu cells. A cell can only have one of these roles. \nThe values of all Prey cells are 0. The value of a Nosferatu cell is the sum of the digits in the Nosferatu cell and the Prey cell in the same marked 3x3 box.\n\nArrow: The values along an arrow have to add up to the value in the attached circle."

## Visual Elements ##
- arrow, color: darkgray, coords (base to tip): r3c6 r2c7 r1c7 r1c8 r2c8
- arrow, color: darkgray, coords (base to tip): r3c4 r2c3 r1c3 r1c2 r2c2
- arrow, color: darkgray, coords (base to tip): r3c4 r2c5 r1c4
- arrow, color: darkgray, coords (base to tip): r4c5 r3c5
- arrow, color: darkgray, coords (base to tip): r9c9 r9c8 r9c7 r9c6
- arrow, color: darkgray, coords (base to tip): r9c1 r9c2 r9c3 r9c4
- arrow, color: darkgray, coords (base to tip): r6c5 r7c5 r8c5 r9c5
- arrow, color: darkgray, coords (base to tip): r4c3 r3c2 r2c1
- arrow, color: darkgray, coords (base to tip): r5c8 r4c7 r3c8 r2c9
- arrow, color: darkgray, coords (base to tip): r5c6 r6c7 r7c8
- shape: circle, color: white (stroke color: darkgray), location: r3c6
- shape: circle, color: white (stroke color: darkgray), location: r3c4
- shape: circle, color: white (stroke color: darkgray), location: r4c5
- shape: circle, color: white (stroke color: darkgray), location: r9c9
- shape: circle, color: white (stroke color: darkgray), location: r9c1
- shape: circle, color: white (stroke color: darkgray), location: r6c5
- shape: circle, color: white (stroke color: darkgray), location: r4c3
- shape: circle, color: white (stroke color: darkgray), location: r5c8
- shape: circle, color: white (stroke color: darkgray), location: r5c6

For example, the format should look like
<ANSWER>
1234567...
</ANSWER>

Copy Prompt

Show/Hide Solution

938241657714569238526837914149625783382794561657183492473916825291458376865372149

Stolen Numerals XVII-5

by NurglesGift

Initial Board:

.................................................................................

Rules:

Normal sudoku rules apply.
Cells connected by an X must sum to 10.
Cells connected by an V must sum to 5.
The green dots are either X or V
All X's and V's are given.
Cells connected by an blue square must sum to 7.
All blue squares are given.

Visual Elements:

- shape: square, color: aqua (stroke color: black), location: between r1c9 and r2c9
- shape: square, color: aqua (stroke color: black), location: between r1c7 and r2c7
- shape: square, color: aqua (stroke color: black), location: between r4c7 and r4c8
- shape: square, color: aqua (stroke color: black), location: between r4c1 and r5c1
- shape: square, color: aqua (stroke color: black), location: between r5c3 and r5c4
- shape: square, color: aqua (stroke color: black), location: between r4c9 and r5c9
- shape: square, color: aqua (stroke color: black), location: between r6c1 and r6c2
- shape: square, color: aqua (stroke color: black), location: between r5c3 and r6c3
- shape: square, color: aqua (stroke color: black), location: between r7c2 and r7c3
- shape: square, color: aqua (stroke color: black), location: between r6c2 and r7c2
- shape: square, color: aqua (stroke color: black), location: between r7c6 and r7c7
- shape: square, color: aqua (stroke color: black), location: between r8c8 and r9c8
- shape: square, color: aqua (stroke color: black), location: between r7c7 and r8c7
- shape: square, color: aqua (stroke color: black), location: between r9c3 and r9c4
- shape: square, color: aqua (stroke color: black), location: between r5c8 and r6c8
- shape: square, color: aqua (stroke color: black), location: between r4c5 and r5c5
- shape: circle, color: limegreen (stroke color: black), location: between r8c6 and r9c6
- shape: circle, color: limegreen (stroke color: black), location: between r9c6 and r9c7

Example Prompt

You are a professional Sudoku puzzle solver. Please solve the following Sudoku variant.

## Size ##
9 x 9

## Rules ##
"Normal sudoku rules apply.\nCells connected by an X must sum to 10.\nCells connected by an V must sum to 5.\nThe green dots are either X or V\nAll X's and V's are given.\nCells connected by an blue square must sum to 7.\nAll blue squares are given."

## Visual Elements ##
- shape: square, color: aqua (stroke color: black), location: between r1c9 and r2c9
- shape: square, color: aqua (stroke color: black), location: between r1c7 and r2c7
- shape: square, color: aqua (stroke color: black), location: between r4c7 and r4c8
- shape: square, color: aqua (stroke color: black), location: between r4c1 and r5c1
- shape: square, color: aqua (stroke color: black), location: between r5c3 and r5c4
- shape: square, color: aqua (stroke color: black), location: between r4c9 and r5c9
- shape: square, color: aqua (stroke color: black), location: between r6c1 and r6c2
- shape: square, color: aqua (stroke color: black), location: between r5c3 and r6c3
- shape: square, color: aqua (stroke color: black), location: between r7c2 and r7c3
- shape: square, color: aqua (stroke color: black), location: between r6c2 and r7c2
- shape: square, color: aqua (stroke color: black), location: between r7c6 and r7c7
- shape: square, color: aqua (stroke color: black), location: between r8c8 and r9c8
- shape: square, color: aqua (stroke color: black), location: between r7c7 and r8c7
- shape: square, color: aqua (stroke color: black), location: between r9c3 and r9c4
- shape: square, color: aqua (stroke color: black), location: between r5c8 and r6c8
- shape: square, color: aqua (stroke color: black), location: between r4c5 and r5c5
- shape: circle, color: limegreen (stroke color: black), location: between r8c6 and r9c6
- shape: circle, color: limegreen (stroke color: black), location: between r9c6 and r9c7

For example, the format should look like
<ANSWER>
1234567...
</ANSWER>

Copy Prompt

Show/Hide Solution

978421365315968472624753981297845613581639724436217859843172596159386247762594138

Northwest Wind

by SXH

Initial Board:

.................................................................................

Rules:

Rules:

-Normal sudoku rules apply.

-Arrows: Digits on an arrow must sum to the digit in the corresponding circle and may repeat if allowed by other rules.

-Grey square must contain even digit.

Visual Elements:

- arrow, color: darkgray, coords (base to tip): r2c1 r3c2 r4c3 r5c4
- arrow, color: darkgray, coords (base to tip): r2c3 r3c4 r4c5 r5c6
- arrow, color: darkgray, coords (base to tip): r2c5 r3c6 r4c7 r5c8
- arrow, color: darkgray, coords (base to tip): r1c6 r2c7
- arrow, color: darkgray, coords (base to tip): r3c8 r4c9
- arrow, color: darkgray, coords (base to tip): r6c1 r7c2 r8c3 r9c4
- arrow, color: darkgray, coords (base to tip): r6c3 r7c4 r8c5 r9c6
- arrow, color: darkgray, coords (base to tip): r6c5 r7c6 r8c7 r9c8
- arrow, color: darkgray, coords (base to tip): r6c7 r7c8
- arrow, color: darkgray, coords (base to tip): r7c9 r8c8 r9c9
- shape: square, color: black, location: r6c9
- shape: circle, color: white (stroke color: darkgray), location: r2c1
- shape: circle, color: white (stroke color: darkgray), location: r2c3
- shape: circle, color: white (stroke color: darkgray), location: r2c5
- shape: circle, color: white (stroke color: darkgray), location: r1c6
- shape: circle, color: white (stroke color: darkgray), location: r3c8
- shape: circle, color: white (stroke color: darkgray), location: r6c1
- shape: circle, color: white (stroke color: darkgray), location: r6c3
- shape: circle, color: white (stroke color: darkgray), location: r6c5
- shape: circle, color: white (stroke color: darkgray), location: r6c7
- shape: circle, color: white (stroke color: darkgray), location: r7c9

Example Prompt

You are a professional Sudoku puzzle solver. Please solve the following Sudoku variant.

## Size ##
9 x 9

## Rules ##
"Rules:\n\n-Normal sudoku rules apply.\n\n-Arrows: Digits on an arrow must sum to the digit in the corresponding circle and may repeat if allowed by other rules.\n\n-Grey square must contain even digit."

## Visual Elements ##
- arrow, color: darkgray, coords (base to tip): r2c1 r3c2 r4c3 r5c4
- arrow, color: darkgray, coords (base to tip): r2c3 r3c4 r4c5 r5c6
- arrow, color: darkgray, coords (base to tip): r2c5 r3c6 r4c7 r5c8
- arrow, color: darkgray, coords (base to tip): r1c6 r2c7
- arrow, color: darkgray, coords (base to tip): r3c8 r4c9
- arrow, color: darkgray, coords (base to tip): r6c1 r7c2 r8c3 r9c4
- arrow, color: darkgray, coords (base to tip): r6c3 r7c4 r8c5 r9c6
- arrow, color: darkgray, coords (base to tip): r6c5 r7c6 r8c7 r9c8
- arrow, color: darkgray, coords (base to tip): r6c7 r7c8
- arrow, color: darkgray, coords (base to tip): r7c9 r8c8 r9c9
- shape: square, color: black, location: r6c9
- shape: circle, color: white (stroke color: darkgray), location: r2c1
- shape: circle, color: white (stroke color: darkgray), location: r2c3
- shape: circle, color: white (stroke color: darkgray), location: r2c5
- shape: circle, color: white (stroke color: darkgray), location: r1c6
- shape: circle, color: white (stroke color: darkgray), location: r3c8
- shape: circle, color: white (stroke color: darkgray), location: r6c1
- shape: circle, color: white (stroke color: darkgray), location: r6c3
- shape: circle, color: white (stroke color: darkgray), location: r6c5
- shape: circle, color: white (stroke color: darkgray), location: r6c7
- shape: circle, color: white (stroke color: darkgray), location: r7c9

For example, the format should look like
<ANSWER>
1234567...
</ANSWER>

Copy Prompt

Show/Hide Solution

763914285928765431145382976451628397297453618836197542314276859572839164689541723

Uraninite

by bellsita

Initial Board:

.................................................................................

Rules:

Normal sudoku rules apply.
Killer cage: Digits in a cage sum to the number in the top left corner of the cage, if given. Digits cannot repeat in a cage.
The yellow circles contain odd digits. The yellow squares contain even digits.

Visual Elements:

- killer cage (value 22): r8c1 r9c1 r9c2
- killer cage (value 22): r5c2 r6c2 r7c2
- killer cage (value 22): r8c3 r8c4 r8c5
- killer cage (value 8): r1c8 r1c9 r2c9
- killer cage (value 8): r2c5 r2c6 r2c7
- killer cage (value 8): r3c8 r4c8 r5c8
- killer cage (value 20): r6c3 r6c4 r7c4
- killer cage (value 20): r3c6 r4c6 r4c7
- killer cage (value 10): r1c3 r1c4
- killer cage (value 10): r9c6 r9c7
- killer cage: r2c1 r2c2 r3c1 r4c1
- killer cage: r6c9 r7c9 r8c8 r8c9
- shape: circle, color: greenyellow, location: r4c1
- shape: circle, color: greenyellow, location: r2c2
- shape: circle, color: greenyellow, location: r1c6
- shape: circle, color: greenyellow, location: r9c4
- shape: circle, color: greenyellow, location: r8c8
- shape: circle, color: greenyellow, location: r6c9
- shape: square, color: greenyellow, location: r6c4
- shape: square, color: greenyellow, location: r5c4
- shape: square, color: greenyellow, location: r4c6
- shape: square, color: greenyellow, location: r5c6

Example Prompt

You are a professional Sudoku puzzle solver. Please solve the following Sudoku variant.

## Size ##
9 x 9

## Rules ##
"Normal sudoku rules apply.\nKiller cage: Digits in a cage sum to the number in the top left corner of the cage, if given. Digits cannot repeat in a cage. \nThe yellow circles contain odd digits. The yellow squares contain even digits."

## Visual Elements ##
- killer cage (value 22): r8c1 r9c1 r9c2
- killer cage (value 22): r5c2 r6c2 r7c2
- killer cage (value 22): r8c3 r8c4 r8c5
- killer cage (value 8): r1c8 r1c9 r2c9
- killer cage (value 8): r2c5 r2c6 r2c7
- killer cage (value 8): r3c8 r4c8 r5c8
- killer cage (value 20): r6c3 r6c4 r7c4
- killer cage (value 20): r3c6 r4c6 r4c7
- killer cage (value 10): r1c3 r1c4
- killer cage (value 10): r9c6 r9c7
- killer cage: r2c1 r2c2 r3c1 r4c1
- killer cage: r6c9 r7c9 r8c8 r8c9
- shape: circle, color: greenyellow, location: r4c1
- shape: circle, color: greenyellow, location: r2c2
- shape: circle, color: greenyellow, location: r1c6
- shape: circle, color: greenyellow, location: r9c4
- shape: circle, color: greenyellow, location: r8c8
- shape: circle, color: greenyellow, location: r6c9
- shape: square, color: greenyellow, location: r6c4
- shape: square, color: greenyellow, location: r5c4
- shape: square, color: greenyellow, location: r4c6
- shape: square, color: greenyellow, location: r5c6

For example, the format should look like
<ANSWER>
1234567...
</ANSWER>

Copy Prompt

Show/Hide Solution

826475931739621584514389627162934758387256419495817263251748396648593172973162845

Pumpkin Wizard

by Lizzy01

Initial Board:

.................................................................................

Rules:

Normal Sudoku rules apply.
Adjacent digits along an orange Dutch whisper line must have a difference of at least 4.
Grey sequence lines contain digits in order, with the same difference between each adjacent pair. e.g. 1-4-7, 2-3-4 or 5-7-9.
Digits along a purple lockout line must not be between the values of the diamond endpoints, which have a difference of at least 4.
Digits along an arrow sum to the digit in the circle.
Digits in cages sum to the clue given in the corner of the cage.
Cells separated by a grey dot are either consecutive or in a 1:2 ratio (or both).

Visual Elements:

- killer cage (value 11): r1c4 r1c5 r1c6
- killer cage (value 13): r8c9 r9c8 r9c9
- line, color: darkgray, coords: r5c4 r5c3 r4c3
- line, color: darkgray, coords: r3c1 r2c2 r1c2
- line, color: darkorange, coords: r4c3 r5c4
- line, color: darkorange, coords: r6c3 r7c4 r6c5 r7c6 r7c7 r6c7
- line, color: darkorange, coords: r8c6 r8c7 r7c8 r6c8 r5c8 r4c8 r3c7 r3c6 r3c5 r4c4 r3c3 r4c2 r5c2 r6c2 r7c2 r8c3 r8c4 r7c5 r8c6
- line, color: darkorange, coords: r4c6 r5c5 r5c6 r4c6
- line, color: mediumpurple, coords: r3c6 r2c5 r1c5 r2c4 r3c3
- line, color: mediumpurple, coords: r9c3 r9c2 r8c1
- arrow, color: dimgray, coords (base to tip): r2c4 r2c5 r2c6
- shape: diamond, color: lavender (stroke color: indigo), location: r3c6
- shape: diamond, color: lavender (stroke color: indigo), location: r3c3
- shape: diamond, color: lavender (stroke color: indigo), location: r9c3
- shape: diamond, color: lavender (stroke color: indigo), location: r8c1
- shape: circle, color: white (stroke color: black), location: r2c4
- shape: circle, color: darkslategray (stroke color: black), location: between r2c6 and r3c6
- shape: circle, color: darkslategray (stroke color: black), location: between r1c8 and r1c9
- shape: circle, color: darkslategray (stroke color: black), location: between r9c8 and r9c9

Example Prompt

You are a professional Sudoku puzzle solver. Please solve the following Sudoku variant.

## Size ##
9 x 9

## Rules ##
"Normal Sudoku rules apply. \nAdjacent digits along an orange Dutch whisper line must have a difference of at least 4.\nGrey sequence lines contain digits in order, with the same difference between each adjacent pair. e.g. 1-4-7, 2-3-4 or 5-7-9.\nDigits along a purple lockout line must not be between the values of the diamond endpoints, which have a difference of at least 4.\nDigits along an arrow sum to the digit in the circle.\nDigits in cages sum to the clue given in the corner of the cage.\nCells separated by a grey dot are either consecutive or in a 1:2 ratio (or both)."

## Visual Elements ##
- killer cage (value 11): r1c4 r1c5 r1c6
- killer cage (value 13): r8c9 r9c8 r9c9
- line, color: darkgray, coords: r5c4 r5c3 r4c3
- line, color: darkgray, coords: r3c1 r2c2 r1c2
- line, color: darkorange, coords: r4c3 r5c4
- line, color: darkorange, coords: r6c3 r7c4 r6c5 r7c6 r7c7 r6c7
- line, color: darkorange, coords: r8c6 r8c7 r7c8 r6c8 r5c8 r4c8 r3c7 r3c6 r3c5 r4c4 r3c3 r4c2 r5c2 r6c2 r7c2 r8c3 r8c4 r7c5 r8c6
- line, color: darkorange, coords: r4c6 r5c5 r5c6 r4c6
- line, color: mediumpurple, coords: r3c6 r2c5 r1c5 r2c4 r3c3
- line, color: mediumpurple, coords: r9c3 r9c2 r8c1
- arrow, color: dimgray, coords (base to tip): r2c4 r2c5 r2c6
- shape: diamond, color: lavender (stroke color: indigo), location: r3c6
- shape: diamond, color: lavender (stroke color: indigo), location: r3c3
- shape: diamond, color: lavender (stroke color: indigo), location: r9c3
- shape: diamond, color: lavender (stroke color: indigo), location: r8c1
- shape: circle, color: white (stroke color: black), location: r2c4
- shape: circle, color: darkslategray (stroke color: black), location: between r2c6 and r3c6
- shape: circle, color: darkslategray (stroke color: black), location: between r1c8 and r1c9
- shape: circle, color: darkslategray (stroke color: black), location: between r9c8 and r9c9

For example, the format should look like
<ANSWER>
1234567...
</ANSWER>

Copy Prompt

Show/Hide Solution

932416587856927413714538269193845672625791834487263195349182756568374921271659348

Killer Sudoku...

by Sayori

Initial Board:

.................................................................................

Rules:

Normal sudoku rules apply.

Digits in a cage cannot repeat, and must sum to the number in the top left corner of the cage (note that "<" means less than, and ">" means greater than). A "?" means a single digit total, and a "??" means a double digit total.

Visual Elements:

- killer cage (value ?): r3c7 r3c8 r3c9
- killer cage (value ??): r1c2 r2c2
- killer cage (value ??): r1c1 r2c1
- killer cage (value ?): r7c3 r8c3 r9c3
- killer cage (value ?): r2c4 r3c4
- killer cage (value <?): r4c4 r5c4
- killer cage (value <?): r6c5 r6c6 r7c5
- killer cage (value <?): r8c6 r9c6
- killer cage (value <?): r1c5 r2c5
- killer cage (value ??): r8c2 r9c2
- killer cage (value ?): r5c9 r6c9
- killer cage (value ?): r4c8 r4c9 r5c8
- killer cage (value ?): r9c8 r9c9
- killer cage (value >??): r8c7 r9c7
- killer cage (value ??): r8c8 r8c9
- killer cage: r4c3 r5c3 r6c3 r6c4 r7c4 r8c4 r9c4
- killer cage: r2c6 r2c7 r2c8 r3c5 r3c6 r4c5 r5c5
- killer cage: r6c7 r6c8 r7c6 r7c7
- killer cage: r1c3 r1c4 r2c3 r3c1 r3c2 r3c3 r4c1
- killer cage: r4c2 r5c2 r6c1 r6c2 r7c1 r8c1
- killer cage: r4c6 r4c7 r5c6 r5c7

Example Prompt

You are a professional Sudoku puzzle solver. Please solve the following Sudoku variant.

## Size ##
9 x 9

## Rules ##
"Normal sudoku rules apply. \n\nDigits in a cage cannot repeat, and must sum to the number in the top left corner of the cage (note that \"<\" means less than, and \">\" means greater than). A \"?\" means a single digit total, and a \"??\" means a double digit total. "

## Visual Elements ##
- killer cage (value ?): r3c7 r3c8 r3c9
- killer cage (value ??): r1c2 r2c2
- killer cage (value ??): r1c1 r2c1
- killer cage (value ?): r7c3 r8c3 r9c3
- killer cage (value ?): r2c4 r3c4
- killer cage (value <?): r4c4 r5c4
- killer cage (value <?): r6c5 r6c6 r7c5
- killer cage (value <?): r8c6 r9c6
- killer cage (value <?): r1c5 r2c5
- killer cage (value ??): r8c2 r9c2
- killer cage (value ?): r5c9 r6c9
- killer cage (value ?): r4c8 r4c9 r5c8
- killer cage (value ?): r9c8 r9c9
- killer cage (value >??): r8c7 r9c7
- killer cage (value ??): r8c8 r8c9
- killer cage: r4c3 r5c3 r6c3 r6c4 r7c4 r8c4 r9c4
- killer cage: r2c6 r2c7 r2c8 r3c5 r3c6 r4c5 r5c5
- killer cage: r6c7 r6c8 r7c6 r7c7
- killer cage: r1c3 r1c4 r2c3 r3c1 r3c2 r3c3 r4c1
- killer cage: r4c2 r5c2 r6c1 r6c2 r7c1 r8c1
- killer cage: r4c6 r4c7 r5c6 r5c7

For example, the format should look like
<ANSWER>
1234567...
</ANSWER>

Copy Prompt

Show/Hide Solution

421639578687125394359874126246587913935261847178943652564718239813492765792356481

Stronghold

by fjam

Initial Board:

.................................................................................

Rules:

- Normal Sudoku rules apply.
- Digits along an arrow sum to the digit in the connected circle.
- Along each blue line, digits in each region must sum to the same total.
- Digits in grey shaded cells must be greater than all neighbouring unshaded cells.

Visual Elements:

- inequality arrow: > between r1c4 and r1c5
- inequality arrow: > between r2c4 and r2c5
- inequality arrow: < between r2c5 and r2c4
- inequality arrow: > between r3c4 and r3c5
- inequality arrow: ^ between r4c4 and r3c4
- inequality arrow: v between r3c5 and r4c5
- inequality arrow: ^ between r4c5 and r3c5
- inequality arrow: < between r3c7 and r3c6
- inequality arrow: ^ between r4c6 and r3c6
- inequality arrow: > between r2c6 and r2c7
- inequality arrow: < between r2c7 and r2c6
- inequality arrow: < between r1c7 and r1c6
- inequality arrow: ^ between r2c5 and r1c5
- inequality arrow: > between r2c2 and r2c3
- inequality arrow: < between r2c3 and r2c2
- inequality arrow: v between r2c2 and r3c2
- inequality arrow: ^ between r3c2 and r2c2
- inequality arrow: > between r2c8 and r2c9
- inequality arrow: < between r2c9 and r2c8
- inequality arrow: v between r2c8 and r3c8
- inequality arrow: ^ between r3c8 and r2c8
- line, color: deepskyblue, coords: r4c5 r4c6 r4c7 r3c7 r2c7 r1c7
- line, color: deepskyblue, coords: r6c8 r7c7
- line, color: deepskyblue, coords: r6c2 r7c3
- line, color: deepskyblue, coords: r4c5 r4c4 r4c3 r3c3 r2c3 r1c3
- arrow, color: darkgray, coords (base to tip): r7c3 r7c4 r7c5 r6c5
- arrow, color: darkgray, coords (base to tip): r7c7 r7c6 r7c5
- arrow, color: darkgray, coords (base to tip): r6c2 r5c2 r6c1 r5c1
- arrow, color: darkgray, coords (base to tip): r6c8 r5c8 r6c9 r5c9
- arrow, color: darkgray, coords (base to tip): r9c1 r8c1 r9c2 r8c2
- arrow, color: darkgray, coords (base to tip): r9c9 r8c9 r9c8 r8c8
- shape: square, color: black, location: r1c4
- shape: square, color: black, location: r2c4
- shape: square, color: black, location: r3c4
- shape: square, color: black, location: r3c5
- shape: square, color: black, location: r3c6
- shape: square, color: black, location: r2c6
- shape: square, color: black, location: r1c6
- shape: square, color: black, location: r1c5
- shape: square, color: black, location: r2c2
- shape: square, color: black, location: r2c8
- shape: circle, color: white (stroke color: darkgray), location: r7c3
- shape: circle, color: white (stroke color: darkgray), location: r7c7
- shape: circle, color: white (stroke color: darkgray), location: r6c2
- shape: circle, color: white (stroke color: darkgray), location: r6c8
- shape: circle, color: white (stroke color: darkgray), location: r9c1
- shape: circle, color: white (stroke color: darkgray), location: r9c9

Example Prompt

You are a professional Sudoku puzzle solver. Please solve the following Sudoku variant.

## Size ##
9 x 9

## Rules ##
"- Normal Sudoku rules apply.\n- Digits along an arrow sum to the digit in the connected circle.\n- Along each blue line, digits in each region must sum to the same total.\n- Digits in grey shaded cells must be greater than all neighbouring unshaded cells."

## Visual Elements ##
- inequality arrow: > between r1c4 and r1c5
- inequality arrow: > between r2c4 and r2c5
- inequality arrow: < between r2c5 and r2c4
- inequality arrow: > between r3c4 and r3c5
- inequality arrow: ^ between r4c4 and r3c4
- inequality arrow: v between r3c5 and r4c5
- inequality arrow: ^ between r4c5 and r3c5
- inequality arrow: < between r3c7 and r3c6
- inequality arrow: ^ between r4c6 and r3c6
- inequality arrow: > between r2c6 and r2c7
- inequality arrow: < between r2c7 and r2c6
- inequality arrow: < between r1c7 and r1c6
- inequality arrow: ^ between r2c5 and r1c5
- inequality arrow: > between r2c2 and r2c3
- inequality arrow: < between r2c3 and r2c2
- inequality arrow: v between r2c2 and r3c2
- inequality arrow: ^ between r3c2 and r2c2
- inequality arrow: > between r2c8 and r2c9
- inequality arrow: < between r2c9 and r2c8
- inequality arrow: v between r2c8 and r3c8
- inequality arrow: ^ between r3c8 and r2c8
- line, color: deepskyblue, coords: r4c5 r4c6 r4c7 r3c7 r2c7 r1c7
- line, color: deepskyblue, coords: r6c8 r7c7
- line, color: deepskyblue, coords: r6c2 r7c3
- line, color: deepskyblue, coords: r4c5 r4c4 r4c3 r3c3 r2c3 r1c3
- arrow, color: darkgray, coords (base to tip): r7c3 r7c4 r7c5 r6c5
- arrow, color: darkgray, coords (base to tip): r7c7 r7c6 r7c5
- arrow, color: darkgray, coords (base to tip): r6c2 r5c2 r6c1 r5c1
- arrow, color: darkgray, coords (base to tip): r6c8 r5c8 r6c9 r5c9
- arrow, color: darkgray, coords (base to tip): r9c1 r8c1 r9c2 r8c2
- arrow, color: darkgray, coords (base to tip): r9c9 r8c9 r9c8 r8c8
- shape: square, color: black, location: r1c4
- shape: square, color: black, location: r2c4
- shape: square, color: black, location: r3c4
- shape: square, color: black, location: r3c5
- shape: square, color: black, location: r3c6
- shape: square, color: black, location: r2c6
- shape: square, color: black, location: r1c6
- shape: square, color: black, location: r1c5
- shape: square, color: black, location: r2c2
- shape: square, color: black, location: r2c8
- shape: circle, color: white (stroke color: darkgray), location: r7c3
- shape: circle, color: white (stroke color: darkgray), location: r7c7
- shape: circle, color: white (stroke color: darkgray), location: r6c2
- shape: circle, color: white (stroke color: darkgray), location: r6c8
- shape: circle, color: white (stroke color: darkgray), location: r9c1
- shape: circle, color: white (stroke color: darkgray), location: r9c9

For example, the format should look like
<ANSWER>
1234567...
</ANSWER>

Copy Prompt

Show/Hide Solution

974632158682915374351478269847251693263789415195364782539126847426897531718543926

Secret Kingdoms

by Senator Gronk

Initial Board:

.................................................................................

Rules:

• Divide the grid into 9 kingdoms of orthogonally connected cells. Fill the grid with the digits 1-9 so that digits don't repeat in a row, column or kingdom.
• A digit in a blue square indicates its kingdom's strength. Each kingdom has a different strength, which is determined by summing the digits in its castle(s).
• Digits connected by bridges are in different kingdoms and for each their value is the strength of the kingdom on the other side of the bridge. Two kingdom borders are provided.

Visual Elements:

- castle at r1c3
- castle at r1c7
- castle at r2c5
- castle at r3c3
- castle at r3c7
- castle at r4c7
- castle at r5c1
- castle at r5c3
- castle at r5c5
- castle at r5c6
- castle at r5c9
- castle at r7c3
- castle at r7c5
- castle at r7c7
- castle at r9c3
- castle at r9c7
- bridge between r1c7 and r2c7
- bridge between r2c4 and r2c5
- bridge between r4c1 and r5c1
- bridge between r5c3 and r5c4
- bridge between r8c7 and r9c7
- blue square at r1c2
- blue square at r1c9
- blue square at r3c5
- blue square at r3c8
- blue square at r4c5
- blue square at r5c5
- blue square at r7c3
- blue square at r8c3
- blue square at r9c4
- black wall barrier between r1c8 and r1c9
- black wall barrier between r6c4 and r6c5

Example Prompt

You are a professional Sudoku puzzle solver. Please solve the following Sudoku variant.

## Size ##
9 x 9

## Rules ##
"\u2022 Divide the grid into 9 kingdoms of orthogonally connected cells. Fill the grid with the digits 1-9 so that digits don't repeat in a row, column or kingdom.\n\u2022 A digit in a blue square indicates its kingdom's strength. Each kingdom has a different strength, which is determined by summing the digits in its castle(s).\n\u2022 Digits connected by bridges are in different kingdoms and for each their value is the strength of the kingdom on the other side of the bridge. Two kingdom borders are provided."

## Visual Elements ##
- castle at r1c3
- castle at r1c7
- castle at r2c5
- castle at r3c3
- castle at r3c7
- castle at r4c7
- castle at r5c1
- castle at r5c3
- castle at r5c5
- castle at r5c6
- castle at r5c9
- castle at r7c3
- castle at r7c5
- castle at r7c7
- castle at r9c3
- castle at r9c7
- bridge between r1c7 and r2c7
- bridge between r2c4 and r2c5
- bridge between r4c1 and r5c1
- bridge between r5c3 and r5c4
- bridge between r8c7 and r9c7
- blue square at r1c2
- blue square at r1c9
- blue square at r3c5
- blue square at r3c8
- blue square at r4c5
- blue square at r5c5
- blue square at r7c3
- blue square at r8c3
- blue square at r9c4
- black wall barrier between r1c8 and r1c9
- black wall barrier between r6c4 and r6c5

For example, the format should look like
<ANSWER>
1234567...
</ANSWER>

Copy Prompt

Show/Hide Solution

832967514458316927573182496746253189395824761169475832621749358287591643914638275

Introduction to Killer Sudoku

by Michael Lefkowitz

Initial Board:

................

Rules:

SUDOKU
- Fill the grid with the digits 1-4 so that no digit repeats in a row, column, or box.

KILLER
- Digits in cages sum to the number in the corner of the cage.
- Digits cannot repeat within a cage.

LITTLE KILLER
- Digits along the diagonal indicated by an arrow sum to the number by the arrow.

Visual Elements:

- killer cage (value 5): r1c1 r1c2
- killer cage (value 8): r2c1 r2c2 r3c2
- killer cage (value 4): r2c4 r3c4
- diagonal arrow, color: black, in location: r1c5, pointing lower left
- text: 8, shape: circle, location: r1c5

Example Prompt

You are a professional Sudoku puzzle solver. Please solve the following Sudoku variant.

## Size ##
4 x 4

## Rules ##
"SUDOKU\n- Fill the grid with the digits 1-4 so that no digit repeats in a row, column, or box.\n\nKILLER\n- Digits in cages sum to the number in the corner of the cage.\n- Digits cannot repeat within a cage.\n\nLITTLE KILLER\n- Digits along the diagonal indicated by an arrow sum to the number by the arrow."

## Visual Elements ##
- killer cage (value 5): r1c1 r1c2
- killer cage (value 8): r2c1 r2c2 r3c2
- killer cage (value 4): r2c4 r3c4
- diagonal arrow, color: black, in location: r1c5, pointing lower left
- text: 8, shape: circle, location: r1c5

## Initial Sudoku Board ##
. . . .
. . . .
. . . .
. . . .

## Answer Format ##
Please provide your answer at the end of your response. Put your answer within tags <ANSWER></ANSWER>. Your answer will be a sequence of 4x4 = 16 digits.

For example, the format should look like
<ANSWER>
1234567...
</ANSWER>

Copy Prompt

Show/Hide Solution

3214142323414132

Introduction to Counting Circles

by Michael Lefkowitz

Initial Board:

................

Rules:

SUDOKU
- Fill the grid with the digits 1-4 so that no digit repeats in a row, column, or box.

COUNTING CIRCLES
Any digit in a circle indicates exactly how many circles contain that digit. As an example, if there is a 2 in any circle, there are exactly two 2s in circles in the puzzle.

Visual Elements:

- shape: circle, color: white (stroke color: black), location: r4c1
- shape: circle, color: white (stroke color: black), location: r3c1
- shape: circle, color: white (stroke color: black), location: r4c4
- shape: circle, color: white (stroke color: black), location: r2c4
- shape: circle, color: white (stroke color: black), location: r2c3
- shape: circle, color: white (stroke color: black), location: r4c2
- shape: circle, color: white (stroke color: black), location: r2c2
- shape: circle, color: white (stroke color: black), location: r1c1
- shape: circle, color: white (stroke color: black), location: r1c2

Example Prompt

You are a professional Sudoku puzzle solver. Please solve the following Sudoku variant.

## Size ##
4 x 4

## Rules ##
"SUDOKU\n- Fill the grid with the digits 1-4 so that no digit repeats in a row, column, or box.\n\nCOUNTING CIRCLES\nAny digit in a circle indicates exactly how many circles contain that digit. As an example, if there is a 2 in any circle, there are exactly two 2s in circles in the puzzle."

## Visual Elements ##
- shape: circle, color: white (stroke color: black), location: r4c1
- shape: circle, color: white (stroke color: black), location: r3c1
- shape: circle, color: white (stroke color: black), location: r4c4
- shape: circle, color: white (stroke color: black), location: r2c4
- shape: circle, color: white (stroke color: black), location: r2c3
- shape: circle, color: white (stroke color: black), location: r4c2
- shape: circle, color: white (stroke color: black), location: r2c2
- shape: circle, color: white (stroke color: black), location: r1c1
- shape: circle, color: white (stroke color: black), location: r1c2

## Initial Sudoku Board ##
. . . .
. . . .
. . . .
. . . .

For example, the format should look like
<ANSWER>
1234567...
</ANSWER>

Copy Prompt

Show/Hide Solution

3421124341322314

Prime Killer Snack

by Jordan Oliver

Initial Board:

................

Rules:

Each row and column contains the digits 1-4 once each. Digits in a cage sum to a prime number but no two cages sum to the same prime. Digits in a cage MAY repeat.

Visual Elements:

- killer cage: r1c2 r1c3 r2c3
- killer cage: r1c4 r2c4 r3c3 r3c4 r4c3 r4c4
- killer cage: r2c2 r3c2 r4c1 r4c2
- killer cage: r1c1 r2c1 r3c1

Example Prompt

You are a professional Sudoku puzzle solver. Please solve the following Sudoku variant.

## Size ##
4 x 4

## Rules ##
"Each row and column contains the digits 1-4 once each. Digits in a cage sum to a prime number but no two cages sum to the same prime. Digits in a cage MAY repeat."

## Visual Elements ##
- killer cage: r1c2 r1c3 r2c3
- killer cage: r1c4 r2c4 r3c3 r3c4 r4c3 r4c4
- killer cage: r2c2 r3c2 r4c1 r4c2
- killer cage: r1c1 r2c1 r3c1

## Initial Sudoku Board ##
. . . .
. . . .
. . . .
. . . .

For example, the format should look like
<ANSWER>
1234567...
</ANSWER>

Copy Prompt

Show/Hide Solution

4213132424313142

Introduction to Renban Lines

by Michael Lefkowitz

Initial Board:

....2...........

Rules:

SUDOKU
- Fill the grid with the digits 1-4 so that no digit repeats in a row, column, or box.

RENBAN
- Digits on a purple Renban line must be a set of consecutive, non-repeating digits (in any order). For example, a length 3 line could have -3-1-2-, but not -1-2-4- or -1-3-1-.

Visual Elements:

- line, color: violet, coords: r4c1 r3c2 r2c2 r1c1
- line, color: violet, coords: r2c3 r2c4 r1c4
- line, color: violet, coords: r4c4 r3c4 r4c3
- line, color: violet, coords: r1c2 r1c3

Example Prompt

You are a professional Sudoku puzzle solver. Please solve the following Sudoku variant.

## Size ##
4 x 4

## Rules ##
"SUDOKU\n- Fill the grid with the digits 1-4 so that no digit repeats in a row, column, or box.\n\nRENBAN\n- Digits on a purple Renban line must be a set of consecutive, non-repeating digits (in any order). For example, a length 3 line could have -3-1-2-, but not -1-2-4- or -1-3-1-."

## Visual Elements ##
- line, color: violet, coords: r4c1 r3c2 r2c2 r1c1
- line, color: violet, coords: r2c3 r2c4 r1c4
- line, color: violet, coords: r4c4 r3c4 r4c3
- line, color: violet, coords: r1c2 r1c3

## Initial Sudoku Board ##
. . . .
2 . . .
. . . .
. . . .

For example, the format should look like
<ANSWER>
1234567...
</ANSWER>

Copy Prompt

Show/Hide Solution

1342243142133124

4x4 Euler Thermo Sudoku

by Migu

Initial Board:

................

Rules:

4x4 Euler Sudoku rules apply: Place the digits 1-4 and 4 different colors exactly once in each row, column, and box such that each cell has a digit and a color. Every digit/color combination must appear exactly once.
Digits along thermometers increase from the bulb end. The digit in the gray circle is odd.

Visual Elements:

- line, color: lightgray, coords: r1c2 r2c3
- line, color: lightgray, coords: r2c2 r3c3
- shape: circle, color: lightgray, location: r1c2
- shape: circle, color: lightgray, location: r2c2
- shape: circle, color: lightgray, location: r3c4

Example Prompt

You are a professional Sudoku puzzle solver. Please solve the following Sudoku variant.

## Size ##
4 x 4

## Rules ##
"4x4 Euler Sudoku rules apply: Place the digits 1-4 and 4 different colors exactly once in each row, column, and box such that each cell has a digit and a color. Every digit/color combination must appear exactly once.\nDigits along thermometers increase from the bulb end. The digit in the gray circle is odd."

## Visual Elements ##
- line, color: lightgray, coords: r1c2 r2c3
- line, color: lightgray, coords: r2c2 r3c3
- shape: circle, color: lightgray, location: r1c2
- shape: circle, color: lightgray, location: r2c2
- shape: circle, color: lightgray, location: r3c4

## Initial Sudoku Board ##
. . . .
. . . .
. . . .
. . . .

For example, the format should look like
<ANSWER>
1234567...
</ANSWER>

Copy Prompt

Show/Hide Solution

3241413214232314

Introduction to Anti-Knight

by Michael Lefkowitz

Initial Board:

3...............

Rules:

SUDOKU
- Fill the grid with the digits 1-4 so that no digit repeats in a row, column, or box.

ANTIKNIGHT
- If two cells are a knight's move apart (i.e. two steps horizontally and one step vertically, or vice versa), then they cannot have the same digit.

PARTIAL KROPKI
- A white dot between two cells requires that the value in one cell is exactly 1 greater than the value of the other cell.
- A black dot between two cells requires that the value in one cell is exactly double the value of the other cell.

Visual Elements:

- shape: circle, color: white (stroke color: black), location: between r1c3 and r1c4
- shape: circle, color: black, location: between r3c1 and r4c1

Example Prompt

You are a professional Sudoku puzzle solver. Please solve the following Sudoku variant.

## Size ##
4 x 4

## Rules ##
"SUDOKU\n- Fill the grid with the digits 1-4 so that no digit repeats in a row, column, or box.\n\nANTIKNIGHT\n- If two cells are a knight's move apart (i.e. two steps horizontally and one step vertically, or vice versa), then they cannot have the same digit.\n\nPARTIAL KROPKI\n- A white dot between two cells requires that the value in one cell is exactly 1 greater than the value of the other cell.\n- A black dot between two cells requires that the value in one cell is exactly double the value of the other cell."

## Visual Elements ##
- shape: circle, color: white (stroke color: black), location: between r1c3 and r1c4
- shape: circle, color: black, location: between r3c1 and r4c1

## Initial Sudoku Board ##
3 . . .
. . . .
. . . .
. . . .

For example, the format should look like
<ANSWER>
1234567...
</ANSWER>

Copy Prompt

Show/Hide Solution

3421124321344312

Zippers and Circles

by Kitty Trouble

Initial Board:

................

Rules:

Normal sudoku rules apply. Place the numbers 1-4, once each, into every row, column and box. Digits an equal distance from the center of a gray 'Zipper Line' must sum to the digit in the middle of that line. A digit inside a circle indicates how many circles that digit appears in.

Visual Elements:

- line, color: lightgray, coords: r1c1 r2c1 r3c1 r4c1 r4c2 r4c3 r4c4
- line, color: lightgray, coords: r2c2 r2c3 r3c3
- shape: circle, color: white (stroke color: black), location: r3c1
- shape: circle, color: white (stroke color: black), location: r4c2
- shape: circle, color: white (stroke color: black), location: r2c1
- shape: circle, color: white (stroke color: black), location: r4c3
- shape: circle, color: white (stroke color: black), location: r1c1
- shape: circle, color: white (stroke color: black), location: r2c4

Example Prompt

You are a professional Sudoku puzzle solver. Please solve the following Sudoku variant.

## Size ##
4 x 4

## Rules ##
"Normal sudoku rules apply. Place the numbers 1-4, once each, into every row, column and box. Digits an equal distance from the center of a gray 'Zipper Line' must sum to the digit in the middle of that line. A digit inside a circle indicates how many circles that digit appears in.\n"

## Visual Elements ##
- line, color: lightgray, coords: r1c1 r2c1 r3c1 r4c1 r4c2 r4c3 r4c4
- line, color: lightgray, coords: r2c2 r2c3 r3c3
- shape: circle, color: white (stroke color: black), location: r3c1
- shape: circle, color: white (stroke color: black), location: r4c2
- shape: circle, color: white (stroke color: black), location: r2c1
- shape: circle, color: white (stroke color: black), location: r4c3
- shape: circle, color: white (stroke color: black), location: r1c1
- shape: circle, color: white (stroke color: black), location: r2c4

## Initial Sudoku Board ##
. . . .
. . . .
. . . .
. . . .

For example, the format should look like
<ANSWER>
1234567...
</ANSWER>

Copy Prompt

Show/Hide Solution

3412214312344321

Pluto (Dwarf Planet)

by Blobz

Initial Board:

................

Rules:

Normal sudoku rules apply: Place the digits 1 to 4, once each, in every row, column and box.\n\nRegion Sum Lines: Digits along a blue line have an equal sum N within each 2x2 box the line passes through. Different lines may have different values for N.

Visual Elements:

- line, color: mediumturquoise, coords: r1c1 r2c2 r3c1
- line, color: mediumturquoise, coords: r1c3 r2c3 r3c2
- line, color: mediumturquoise, coords: r2c4 r3c3 r4c2

Example Prompt

You are a professional Sudoku puzzle solver. Please solve the following Sudoku variant.

## Size ##
4 x 4

## Rules ##
"Normal sudoku rules apply: Place the digits 1 to 4, once each, in every row, column and box.\\n\\nRegion Sum Lines: Digits along a blue line have an equal sum N within each 2x2 box the line passes through. Different lines may have different values for N."

## Visual Elements ##
- line, color: mediumturquoise, coords: r1c1 r2c2 r3c1
- line, color: mediumturquoise, coords: r1c3 r2c3 r3c2
- line, color: mediumturquoise, coords: r2c4 r3c3 r4c2

## Initial Sudoku Board ##
. . . .
. . . .
. . . .
. . . .

For example, the format should look like
<ANSWER>
1234567...
</ANSWER>

Copy Prompt

Show/Hide Solution

2314413234211243

NGN

by Walking Writer

Initial Board:

................

Rules:

Place the same 4-digit subset from the digits 1 – 9 in each row, column and 2 x 2 box. Digits along a thermometer must increase from the bulb end. Digits separated by the black dot have a 2 to 1 ratio. Digits separated by the white dot are consecutive. The gray square contains an even number.

Visual Elements:

- line, color: lightgray, coords: r3c1 r2c1
- line, color: lightgray, coords: r4c1 r4c2 r3c2
- line, color: lightgray, coords: r4c4 r3c4
- line, color: lightgray, coords: r2c3 r2c2
- line, color: lightgray, coords: r2c3 r3c3
- line, color: lightgray, coords: r1c3 r1c4 r2c4
- shape: square, color: mediumturquoise (stroke color: lightgray), location: r2c1
- shape: circle, color: white (stroke color: black), location: between r1c2 and r2c2
- shape: circle, color: black, location: between r4c3 and r4c4
- shape: circle, color: lightgray, location: r1c3
- shape: circle, color: lightgray, location: r2c3
- shape: circle, color: lightgray, location: r4c4
- shape: circle, color: lightgray, location: r4c1
- shape: circle, color: lightgray, location: r3c1

Example Prompt

You are a professional Sudoku puzzle solver. Please solve the following Sudoku variant.

## Size ##
4 x 4

## Rules ##
"Place the same 4-digit subset from the digits 1 \u2013 9 in each row, column and 2 x 2 box. Digits along a thermometer must increase from the bulb end. Digits separated by the black dot have a 2 to 1 ratio. Digits separated by the white dot are consecutive. The gray square contains an even number."

## Visual Elements ##
- line, color: lightgray, coords: r3c1 r2c1
- line, color: lightgray, coords: r4c1 r4c2 r3c2
- line, color: lightgray, coords: r4c4 r3c4
- line, color: lightgray, coords: r2c3 r2c2
- line, color: lightgray, coords: r2c3 r3c3
- line, color: lightgray, coords: r1c3 r1c4 r2c4
- shape: square, color: mediumturquoise (stroke color: lightgray), location: r2c1
- shape: circle, color: white (stroke color: black), location: between r1c2 and r2c2
- shape: circle, color: black, location: between r4c3 and r4c4
- shape: circle, color: lightgray, location: r1c3
- shape: circle, color: lightgray, location: r2c3
- shape: circle, color: lightgray, location: r4c4
- shape: circle, color: lightgray, location: r4c1
- shape: circle, color: lightgray, location: r3c1

## Initial Sudoku Board ##
. . . .
. . . .
. . . .
. . . .

For example, the format should look like
<ANSWER>
1234567...
</ANSWER>

Copy Prompt

Show/Hide Solution

8456654848655684

Unique Sum Sudoku

by I Love Sleeping & Myxo

Initial Board:

................

Rules:

Normal sudoku rules do NOT apply. Fill the grid with digits 1-9, such that no digit repeats in any row, column or box. The set of digits in each row or column is unique, eg. if a row contains the digits 1234, no other row or column may contain exactly those digits. The digits in every row, column and box sum to x, where x has to be determined by the solver. Digits separated by an X sum to 10. Digits separated by a V sum to 5. Not all Xs and Vs are necessarily given.

Visual Elements:

- text: V, shape: circle, color: white, location: between r1c1 and r1c2
- text: V, shape: circle, color: white, location: between r2c3 and r3c3
- text: X, shape: circle, color: white, location: between r2c2 and r2c3
- text: X, shape: circle, color: white, location: between r1c4 and r2c4
- text: X, shape: circle, color: white, location: between r3c2 and r4c2

Example Prompt

You are a professional Sudoku puzzle solver. Please solve the following Sudoku variant.

## Size ##
4 x 4

## Rules ##
"Normal sudoku rules do NOT apply. Fill the grid with digits 1-9, such that no digit repeats in any row, column or box. The set of digits in each row or column is unique, eg. if a row contains the digits 1234, no other row or column may contain exactly those digits. The digits in every row, column and box sum to x, where x has to be determined by the solver. Digits separated by an X sum to 10. Digits separated by a V sum to 5. Not all Xs and Vs are necessarily given."

## Visual Elements ##
- text: V, shape: circle, color: white, location: between r1c1 and r1c2
- text: V, shape: circle, color: white, location: between r2c3 and r3c3
- text: X, shape: circle, color: white, location: between r2c2 and r2c3
- text: X, shape: circle, color: white, location: between r1c4 and r2c4
- text: X, shape: circle, color: white, location: between r3c2 and r4c2

## Initial Sudoku Board ##
. . . .
. . . .
. . . .
. . . .

For example, the format should look like
<ANSWER>
1234567...
</ANSWER>

Copy Prompt

Show/Hide Solution

4158673254273681

Knights of the QS Example

by gdc

Initial Board:

................

Rules:

Normal Sudoku rules apply
Digits separated by a knight's move may not repeat
Digits along a thermo strictly increase from the bulb

Visual Elements:

- line, color: lightgray, coords: r4c2 r3c2 r2c2
- line, color: lightgray, coords: r2c3 r3c3
- shape: circle, color: lightgray, location: r4c2
- shape: circle, color: lightgray, location: r2c3

Example Prompt

You are a professional Sudoku puzzle solver. Please solve the following Sudoku variant.

## Size ##
4 x 4

## Rules ##
"Normal Sudoku rules apply\nDigits separated by a knight's move may not repeat\nDigits along a thermo strictly increase from the bulb"

## Visual Elements ##
- line, color: lightgray, coords: r4c2 r3c2 r2c2
- line, color: lightgray, coords: r2c3 r3c3
- shape: circle, color: lightgray, location: r4c2
- shape: circle, color: lightgray, location: r2c3

## Initial Sudoku Board ##
. . . .
. . . .
. . . .
. . . .

For example, the format should look like
<ANSWER>
1234567...
</ANSWER>

Copy Prompt

Show/Hide Solution

2143341243211234

Mistakes Were Made

by bad_fetus

Initial Board:

................

Rules:

Normal 4x4 Sudoku rules do NOT apply.

- Digits may not repeat in a column.
- Digits may not repeat in a row.
- Digits may not repeat in a box.

Error sudoku: Input the digits 1 to 4 on the grid exactly four times each. You must make exactly N total errors for each digit, where N is equal to the digit. For example, you must make exactly 3 errors with the digit 3. Only the rules marked with a dash may be violated for this purpose.

Any time a pair of digits violates any of the relevant rules, it counts as 1 error. One pair can cause multiple errors if it violates multiple rules simultaneously. For cases involving more than 2 digits, all combinations of pairs count individually.

Row/Column sums: The values outside the grid restrict the sum of the digits on that row/column.

Palindrome: The digits on the lines read the same backwards and forwards.

Visual Elements:

- region: r3c1 r3c2 r4c1 r4c2
- region: r3c3 r3c4 r4c3 r4c4
- line, color: lightgray, coords: r4c3 r4c4
- line, color: lightgray, coords: r3c3 r2c4
- text: <7, shape: square, location: r0c2
- text: <13, shape: square, location: r0c1
- text: >10, shape: square, location: r4c0
- text: >10, shape: square, location: r2c0

Example Prompt

You are a professional Sudoku puzzle solver. Please solve the following Sudoku variant.

## Size ##
4 x 4

## Rules ##
"Normal 4x4 Sudoku rules do NOT apply.\n\n- Digits may not repeat in a column.\n- Digits may not repeat in a row.\n- Digits may not repeat in a box.\n\nError sudoku: Input the digits 1 to 4 on the grid exactly four times each. You must make exactly N total errors for each digit, where N is equal to the digit. For example, you must make exactly 3 errors with the digit 3. Only the rules marked with a dash may be violated for this purpose.\n\nAny time a pair of digits violates any of the relevant rules, it counts as 1 error. One pair can cause multiple errors if it violates multiple rules simultaneously. For cases involving more than 2 digits, all combinations of pairs count individually.\n\nRow/Column sums: The values outside the grid restrict the sum of the digits on that row/column.\n\nPalindrome: The digits on the lines read the same backwards and forwards.\n\n\n\n"

## Visual Elements ##
- region: r3c1 r3c2 r4c1 r4c2
- region: r3c3 r3c4 r4c3 r4c4
- line, color: lightgray, coords: r4c3 r4c4
- line, color: lightgray, coords: r3c3 r2c4
- text: <7, shape: square, location: r0c2
- text: <13, shape: square, location: r0c1
- text: >10, shape: square, location: r4c0
- text: >10, shape: square, location: r2c0

## Initial Sudoku Board ##
. . . .
. . . .
. . . .
. . . .

For example, the format should look like
<ANSWER>
1234567...
</ANSWER>

Copy Prompt

Show/Hide Solution

3132424132132144

Differences Count - part 1

by Sujoyku and Marty Sears

Initial Board:

................

Rules:

Normal 4x4 sudoku rules apply.
Digits separated by a black dot are in a 1:2 ratio.
The difference between two adjacent digits on a coloured line indicates exactly how many pairs of adjacent digits along that line have that exact difference.

Visual Elements:

- line, color: palegreen, coords: r3c1 r3c2 r4c3
- line, color: plum, coords: r2c2 r2c3 r3c4 r4c4
- shape: circle, color: black, location: between r4c1 and r4c2

Example Prompt

You are a professional Sudoku puzzle solver. Please solve the following Sudoku variant.

## Size ##
4 x 4

## Rules ##
"Normal 4x4 sudoku rules apply.\nDigits separated by a black dot are in a 1:2 ratio.\nThe difference between two adjacent digits on a coloured line indicates exactly how many pairs of adjacent digits along that line have that exact difference."

## Visual Elements ##
- line, color: palegreen, coords: r3c1 r3c2 r4c3
- line, color: plum, coords: r2c2 r2c3 r3c4 r4c4
- shape: circle, color: black, location: between r4c1 and r4c2

## Initial Sudoku Board ##
. . . .
. . . .
. . . .
. . . .

For example, the format should look like
<ANSWER>
1234567...
</ANSWER>

Copy Prompt

Show/Hide Solution

1342241331244231

Clear Skies

by Michael Lefkowitz

Initial Board:

................

Rules:

Normal 4x4 Sudoku rules apply.

SUNBURN - A digit on a sun indicates how many surrounding cells (i.e. orthogonally or diagonally adjacent cells) contain smaller digits.

Visual Elements:

- text: ☀️, shape: circle, location: r2c2
- text: ☀️, shape: circle, location: r2c4
- text: ☀️, shape: circle, location: r3c4

Example Prompt

You are a professional Sudoku puzzle solver. Please solve the following Sudoku variant.

## Size ##
4 x 4

## Rules ##
"Normal 4x4 Sudoku rules apply.\n\nSUNBURN - A digit on a sun indicates how many surrounding cells (i.e. orthogonally or diagonally adjacent cells) contain smaller digits."

## Visual Elements ##
- text: ☀️, shape: circle, location: r2c2
- text: ☀️, shape: circle, location: r2c4
- text: ☀️, shape: circle, location: r3c4

## Initial Sudoku Board ##
. . . .
. . . .
. . . .
. . . .

For example, the format should look like
<ANSWER>
1234567...
</ANSWER>

Copy Prompt

Show/Hide Solution

3421124323144132

Mean Baby Snake

by yanggang

Initial Board:

................

Rules:

Normal 4x4 sudoku rules apply.

Draw a 1-cell-wide snake of orthogonally connected cells in the grid. The snake starts in the top-left cell, visits every 2x2 box at least once, and does not branch nor touch itself orthogonally.

A cell is 'friendly' if its digit matches its row, column, or box number. The snake consists of all cells which are not friendly and no others.

Visual Elements:

-

Example Prompt

You are a professional Sudoku puzzle solver. Please solve the following Sudoku variant.

## Size ##
4 x 4

## Rules ##
"Normal 4x4 sudoku rules apply.\n\nDraw a 1-cell-wide snake of orthogonally connected cells in the grid. The snake starts in the top-left cell, visits every 2x2 box at least once, and does not branch nor touch itself orthogonally.\n\nA cell is 'friendly' if its digit matches its row, column, or box number. The snake consists of all cells which are not friendly and no others."

## Visual Elements ##
-

## Initial Sudoku Board ##
. . . .
. . . .
. . . .
. . . .

For example, the format should look like
<ANSWER>
1234567...
</ANSWER>

Copy Prompt

Show/Hide Solution

2143432134121234

Out of the Blue

by James Kopp

Initial Board:

....................................

Rules:

Normal 6 x 6 sudoku rules apply.
All digits along a blue line must sum to the same total in each 2x3 box the line visits.

Visual Elements:

- line, color: deepskyblue, coords: r1c4 r2c5 r3c6 r4c5
- line, color: deepskyblue, coords: r3c1 r2c2 r1c3 r2c4
- line, color: deepskyblue, coords: r3c2 r4c2 r4c3 r4c4
- line, color: deepskyblue, coords: r4c6 r5c6 r5c5
- line, color: deepskyblue, coords: r4c1 r5c1 r6c2

Example Prompt

You are a professional Sudoku puzzle solver. Please solve the following Sudoku variant.

## Size ##
6 x 6

## Rules ##
"Normal 6 x 6 sudoku rules apply.\nAll digits along a blue line must sum to the same total in each 2x3 box the line visits."

## Visual Elements ##
- line, color: deepskyblue, coords: r1c4 r2c5 r3c6 r4c5
- line, color: deepskyblue, coords: r3c1 r2c2 r1c3 r2c4
- line, color: deepskyblue, coords: r3c2 r4c2 r4c3 r4c4
- line, color: deepskyblue, coords: r4c6 r5c6 r5c5
- line, color: deepskyblue, coords: r4c1 r5c1 r6c2

## Initial Sudoku Board ##
. . . . . .
. . . . . .
. . . . . .
. . . . . .
. . . . . .
. . . . . .

For example, the format should look like
<ANSWER>
1234567...
</ANSWER>

Copy Prompt

Show/Hide Solution

351264642513526341413625165432234156

Arrowsome

by Yellow Lucario

Initial Board:

....................................

Rules:

[𝗦𝘂𝗱𝗼𝗸𝘂] Place the digits from 1 to 6 once each into every Row, Column and Region.

[𝗔𝗿𝗿𝗼𝘄] All digits on the Arrow are summing to the attached circled cell.

Visual Elements:

- line, color: silver, coords: r1c2 r2c1 r3c1 r4c2
- line, color: silver, coords: r2c4 r3c3 r4c3 r5c4
- line, color: silver, coords: r3c6 r4c5 r5c5 r6c6
- line, color: silver, coords: r1c5 r1c6 r2c6
- line, color: silver, coords: r5c1 r6c1 r6c2
- shape: circle, color: white (stroke color: silver), location: r1c2
- shape: circle, color: white (stroke color: silver), location: r1c5
- shape: circle, color: white (stroke color: silver), location: r2c4
- shape: circle, color: white (stroke color: silver), location: r3c6
- shape: circle, color: white (stroke color: silver), location: r5c1

Example Prompt

You are a professional Sudoku puzzle solver. Please solve the following Sudoku variant.

## Size ##
6 x 6

## Rules ##
"[\ud835\udde6\ud835\ude02\ud835\uddf1\ud835\uddfc\ud835\uddf8\ud835\ude02] Place the digits from 1 to 6 once each into every Row, Column and Region.\n\n[\ud835\uddd4\ud835\uddff\ud835\uddff\ud835\uddfc\ud835\ude04] All digits on the Arrow are summing to the attached circled cell."

## Visual Elements ##
- line, color: silver, coords: r1c2 r2c1 r3c1 r4c2
- line, color: silver, coords: r2c4 r3c3 r4c3 r5c4
- line, color: silver, coords: r3c6 r4c5 r5c5 r6c6
- line, color: silver, coords: r1c5 r1c6 r2c6
- line, color: silver, coords: r5c1 r6c1 r6c2
- shape: circle, color: white (stroke color: silver), location: r1c2
- shape: circle, color: white (stroke color: silver), location: r1c5
- shape: circle, color: white (stroke color: silver), location: r2c4
- shape: circle, color: white (stroke color: silver), location: r3c6
- shape: circle, color: white (stroke color: silver), location: r5c1

## Initial Sudoku Board ##
. . . . . .
. . . . . .
. . . . . .
. . . . . .
. . . . . .
. . . . . .

For example, the format should look like
<ANSWER>
1234567...
</ANSWER>

Copy Prompt

Show/Hide Solution

265431143652351246624315536124412563

Knight Lite

by Just Kirb

Initial Board:

....................................

Rules:

Normal 6x6 sudoku rules apply. ie place the digits 1-6 once in every row, column and bold outlined region. Cells separated by a knight's move (in chess) cannot contain a repeated digit. Along thermometers, digits must increase from the bulb end.

Visual Elements:

- line, color: lightgray, coords: r1c3 r2c4
- line, color: lightgray, coords: r2c5 r1c5
- line, color: lightgray, coords: r4c5 r3c4
- line, color: lightgray, coords: r2c1 r3c2
- line, color: lightgray, coords: r2c2 r3c1
- shape: circle, color: lightgray, location: r1c3
- shape: circle, color: lightgray, location: r2c5
- shape: circle, color: lightgray, location: r4c5
- shape: circle, color: lightgray, location: r2c1
- shape: circle, color: lightgray, location: r2c2

Example Prompt

You are a professional Sudoku puzzle solver. Please solve the following Sudoku variant.

## Size ##
6 x 6

## Rules ##
"Normal 6x6 sudoku rules apply. ie place the digits 1-6 once in every row, column and bold outlined region. Cells separated by a knight's move (in chess) cannot contain a repeated digit. Along thermometers, digits must increase from the bulb end."

## Visual Elements ##
- line, color: lightgray, coords: r1c3 r2c4
- line, color: lightgray, coords: r2c5 r1c5
- line, color: lightgray, coords: r4c5 r3c4
- line, color: lightgray, coords: r2c1 r3c2
- line, color: lightgray, coords: r2c2 r3c1
- shape: circle, color: lightgray, location: r1c3
- shape: circle, color: lightgray, location: r2c5
- shape: circle, color: lightgray, location: r4c5
- shape: circle, color: lightgray, location: r2c1
- shape: circle, color: lightgray, location: r2c2

## Initial Sudoku Board ##
. . . . . .
. . . . . .
. . . . . .
. . . . . .
. . . . . .
. . . . . .

For example, the format should look like
<ANSWER>
1234567...
</ANSWER>

Copy Prompt

Show/Hide Solution

635142142635524361361524416253253416

VanDerWaal

by Logan Wall

Initial Board:

..............................6.....

Rules:

Normal 6x6 sudoku rules apply. ie place the digits 1-6 once each into each row, column and 2x3 region. Digits on pink ('renban') lines must form a set of consecutive, non-repeating digits.

Visual Elements:

- line, color: mediumorchid, coords: r2c4 r2c3 r3c3 r3c2
- line, color: mediumorchid, coords: r2c2 r2c1 r1c1
- line, color: mediumorchid, coords: r5c2 r4c3 r3c4 r2c5
- line, color: mediumorchid, coords: r1c5 r1c6 r2c6
- line, color: mediumorchid, coords: r4c5 r4c4 r5c4 r5c3
- line, color: mediumorchid, coords: r6c5 r6c6 r5c6

Example Prompt

You are a professional Sudoku puzzle solver. Please solve the following Sudoku variant.

## Size ##
6 x 6

## Rules ##
"Normal 6x6 sudoku rules apply. ie place the digits 1-6 once each into each row, column and 2x3 region. Digits on pink ('renban') lines must form a set of consecutive, non-repeating digits."

## Visual Elements ##
- line, color: mediumorchid, coords: r2c4 r2c3 r3c3 r3c2
- line, color: mediumorchid, coords: r2c2 r2c1 r1c1
- line, color: mediumorchid, coords: r5c2 r4c3 r3c4 r2c5
- line, color: mediumorchid, coords: r1c5 r1c6 r2c6
- line, color: mediumorchid, coords: r4c5 r4c4 r5c4 r5c3
- line, color: mediumorchid, coords: r6c5 r6c6 r5c6

## Initial Sudoku Board ##
. . . . . .
. . . . . .
. . . . . .
. . . . . .
. . . . . .
6 . . . . .

For example, the format should look like
<ANSWER>
1234567...
</ANSWER>

Copy Prompt

Show/Hide Solution

354621216543543162162435435216621354

Sumthings

by Kennet's Dad

Initial Board:

....................................

Rules:

Place the digits 1-6, once each, in every row, column, and region. Region borders divide the blue line into segments with the same sum.

Visual Elements:

- region: r1c1 r2c1 r3c1 r3c2 r4c1 r4c2
- region: r1c2 r1c3 r2c2 r2c3 r3c3 r4c3
- region: r1c4 r1c5 r2c5 r3c5 r4c5 r5c5
- region: r2c4 r3c4 r4c4 r5c4 r6c4 r6c5
- region: r1c6 r2c6 r3c6 r4c6 r5c6 r6c6
- line, color: deepskyblue, coords: r1c4 r1c3 r1c2
- line, color: deepskyblue, coords: r3c4 r2c4 r3c3 r4c3 r3c2 r4c2 r3c1 r2c1
- line, color: deepskyblue, coords: r6c6 r5c6 r4c6 r4c5 r5c5 r4c4 r5c4 r6c5 r6c4 r5c3 r6c2

Example Prompt

You are a professional Sudoku puzzle solver. Please solve the following Sudoku variant.

## Size ##
6 x 6

## Rules ##
"Place the digits 1-6, once each, in every row, column, and region. Region borders divide the blue line into segments with the same sum."

## Visual Elements ##
- region: r1c1 r2c1 r3c1 r3c2 r4c1 r4c2
- region: r1c2 r1c3 r2c2 r2c3 r3c3 r4c3
- region: r1c4 r1c5 r2c5 r3c5 r4c5 r5c5
- region: r2c4 r3c4 r4c4 r5c4 r6c4 r6c5
- region: r1c6 r2c6 r3c6 r4c6 r5c6 r6c6
- line, color: deepskyblue, coords: r1c4 r1c3 r1c2
- line, color: deepskyblue, coords: r3c4 r2c4 r3c3 r4c3 r3c2 r4c2 r3c1 r2c1
- line, color: deepskyblue, coords: r6c6 r5c6 r4c6 r4c5 r5c5 r4c4 r5c4 r6c5 r6c4 r5c3 r6c2

## Initial Sudoku Board ##
. . . . . .
. . . . . .
. . . . . .
. . . . . .
. . . . . .
. . . . . .

For example, the format should look like
<ANSWER>
1234567...
</ANSWER>

Copy Prompt

Show/Hide Solution

421356543621236514615243354162162435

What A Twist

by AnalyticalNinja

Initial Board:

....................................

Rules:

Place the digits 1-6 once each into every row, column, and 2x3 box. Digits on an arrow have the DIFFERENCE of the digit in the attached circle. An inequality symbol ‘points' to the lower digit. An indicated diagonal is read as a 'Look and Say' clue, where the first digit indicates the amount of times the second digit appears along the diagonal. Digits along the blue line must have the same DIFFERENCE within each box it passes through.

Visual Elements:

- line, color: mediumturquoise, coords: r6c6 r5c5 r4c4 r3c4 r2c5 r1c5
- arrow, color: lightgray, coords (base to tip): r1c3 r2c4 r3c5
- arrow, color: lightgray, coords (base to tip): r1c2 r2c3 r3c4
- arrow, color: lightgray, coords (base to tip): r1c1 r2c2 r3c3
- arrow, color: lightgray, coords (base to tip): r1c4 r2c5 r3c6
- arrow, color: lightgray, coords (base to tip): r3c1 r4c2 r5c1
- diagonal arrow, color: black, in location: r0c0, pointing lower right
- diagonal arrow, color: black, in location: r2c7, pointing lower left
- shape: circle, color: white (stroke color: lightgray), location: r1c3
- shape: circle, color: white (stroke color: lightgray), location: r1c2
- shape: circle, color: white (stroke color: lightgray), location: r1c1
- shape: circle, color: white (stroke color: lightgray), location: r1c4
- shape: circle, color: white (stroke color: lightgray), location: r3c1
- text: 26, shape: circle, color: white, location: r0c0
- text: 15, shape: circle, color: white, location: r2c7
- text: V, shape: circle, color: white, location: between r1c1 and r2c1

Example Prompt

You are a professional Sudoku puzzle solver. Please solve the following Sudoku variant.

## Size ##
6 x 6

## Rules ##
"Place the digits 1-6 once each into every row, column, and 2x3 box. Digits on an arrow have the DIFFERENCE of the digit in the attached circle. An inequality symbol \u2018points' to the lower digit. An indicated diagonal is read as a 'Look and Say' clue, where the first digit indicates the amount of times the second digit appears along the diagonal. Digits along the blue line must have the same DIFFERENCE within each box it passes through."

## Visual Elements ##
- line, color: mediumturquoise, coords: r6c6 r5c5 r4c4 r3c4 r2c5 r1c5
- arrow, color: lightgray, coords (base to tip): r1c3 r2c4 r3c5
- arrow, color: lightgray, coords (base to tip): r1c2 r2c3 r3c4
- arrow, color: lightgray, coords (base to tip): r1c1 r2c2 r3c3
- arrow, color: lightgray, coords (base to tip): r1c4 r2c5 r3c6
- arrow, color: lightgray, coords (base to tip): r3c1 r4c2 r5c1
- diagonal arrow, color: black, in location: r0c0, pointing lower right
- diagonal arrow, color: black, in location: r2c7, pointing lower left
- shape: circle, color: white (stroke color: lightgray), location: r1c3
- shape: circle, color: white (stroke color: lightgray), location: r1c2
- shape: circle, color: white (stroke color: lightgray), location: r1c1
- shape: circle, color: white (stroke color: lightgray), location: r1c4
- shape: circle, color: white (stroke color: lightgray), location: r3c1
- text: 26, shape: circle, color: white, location: r0c0
- text: 15, shape: circle, color: white, location: r2c7
- text: V, shape: circle, color: white, location: between r1c1 and r2c1

## Initial Sudoku Board ##
. . . . . .
. . . . . .
. . . . . .
. . . . . .
. . . . . .
. . . . . .

For example, the format should look like
<ANSWER>
1234567...
</ANSWER>

Copy Prompt

Show/Hide Solution

354126261543423615615432542361136254

Aad-van-ced Zippers

by gdc

Initial Board:

....................................

Rules:

Normal sudoku rules apply.
Digits an equal distance from the center of a lavender Zipper Line sum to the same total. For odd-length lines, the total is the digit placed in the line's (circled) center. Digits may repeat on a Zipper Line.

Visual Elements:

- line, color: thistle, coords: r1c1 r2c1 r3c1 r3c2 r3c3 r3c4 r2c4 r1c4 r1c3 r1c2
- line, color: thistle, coords: r4c1 r5c1 r5c2 r6c2 r5c3
- line, color: thistle, coords: r4c5 r5c5 r6c5 r6c6 r5c6 r4c6 r3c6
- shape: diamond, color: thistle, location: between r3c3 and r3c4
- shape: circle, color: thistle, location: r5c2
- shape: circle, color: thistle, location: r6c6

Example Prompt

You are a professional Sudoku puzzle solver. Please solve the following Sudoku variant.

## Size ##
6 x 6

## Rules ##
"Normal sudoku rules apply.\nDigits an equal distance from the center of a lavender Zipper Line sum to the same total. For odd-length lines, the total is the digit placed in the line's (circled) center. Digits may repeat on a Zipper Line."

## Visual Elements ##
- line, color: thistle, coords: r1c1 r2c1 r3c1 r3c2 r3c3 r3c4 r2c4 r1c4 r1c3 r1c2
- line, color: thistle, coords: r4c1 r5c1 r5c2 r6c2 r5c3
- line, color: thistle, coords: r4c5 r5c5 r6c5 r6c6 r5c6 r4c6 r3c6
- shape: diamond, color: thistle, location: between r3c3 and r3c4
- shape: circle, color: thistle, location: r5c2
- shape: circle, color: thistle, location: r6c6

## Initial Sudoku Board ##
. . . . . .
. . . . . .
. . . . . .
. . . . . .
. . . . . .
. . . . . .

For example, the format should look like
<ANSWER>
1234567...
</ANSWER>

Copy Prompt

Show/Hide Solution

512346463251345162126534254613631425

Parity vision

by Shintaro Fushida-Hardy

Initial Board:

....................................

Rules:

Standard 6x6 sudoku rules apply.

A given cell "sees" a digit if the digit lies in the direction of an arrow on the cell. Each cell with arrows counts the number of digits it sees with the same parity as itself.

Visual Elements:

- vertical arrow, color: black, in location: r4c4, pointing down
- diagonal arrow, color: black, in location: r4c6, pointing lower left
- horizontal arrow, color: black, in location: r4c2, pointing right
- diagonal arrow, color: black, in location: r4c2, pointing lower left
- diagonal arrow, color: black, in location: r2c4, pointing lower left
- vertical arrow, color: black, in location: r2c4, pointing down
- diagonal arrow, color: black, in location: r3c3, pointing lower left
- diagonal arrow, color: black, in location: r3c3, pointing lower right
- vertical arrow, color: black, in location: r5c4, pointing up
- diagonal arrow, color: black, in location: r5c4, pointing lower right
- vertical arrow, color: black, in location: r5c4, pointing down
- diagonal arrow, color: black, in location: r2c2, pointing lower right
- vertical arrow, color: black, in location: r1c3, pointing down
- horizontal arrow, color: black, in location: r1c3, pointing right
- horizontal arrow, color: black, in location: r1c3, pointing left
- diagonal arrow, color: black, in location: r1c3, pointing lower right

Example Prompt

You are a professional Sudoku puzzle solver. Please solve the following Sudoku variant.

## Size ##
6 x 6

## Rules ##
"Standard 6x6 sudoku rules apply.\n\nA given cell \"sees\" a digit if the digit lies in the direction of an arrow on the cell. Each cell with arrows counts the number of digits it sees with the same parity as itself."

## Visual Elements ##
- vertical arrow, color: black, in location: r4c4, pointing down
- diagonal arrow, color: black, in location: r4c6, pointing lower left
- horizontal arrow, color: black, in location: r4c2, pointing right
- diagonal arrow, color: black, in location: r4c2, pointing lower left
- diagonal arrow, color: black, in location: r2c4, pointing lower left
- vertical arrow, color: black, in location: r2c4, pointing down
- diagonal arrow, color: black, in location: r3c3, pointing lower left
- diagonal arrow, color: black, in location: r3c3, pointing lower right
- vertical arrow, color: black, in location: r5c4, pointing up
- diagonal arrow, color: black, in location: r5c4, pointing lower right
- vertical arrow, color: black, in location: r5c4, pointing down
- diagonal arrow, color: black, in location: r2c2, pointing lower right
- vertical arrow, color: black, in location: r1c3, pointing down
- horizontal arrow, color: black, in location: r1c3, pointing right
- horizontal arrow, color: black, in location: r1c3, pointing left
- diagonal arrow, color: black, in location: r1c3, pointing lower right

## Initial Sudoku Board ##
. . . . . .
. . . . . .
. . . . . .
. . . . . .
. . . . . .
. . . . . .

For example, the format should look like
<ANSWER>
1234567...
</ANSWER>

Copy Prompt

Show/Hide Solution

256413413265142536635142564321321654

Cornered Parity

by Lulero

Initial Board:

....................................

Rules:

Standard rules of Sudoku apply!

In every row and column, strings of 3 digits are never all even nor all odd.

Digits in a cage sum to the total in the top left.

Digits on a thermometer strictly increase from the bulb to the tip.

Visual Elements:

- killer cage (value 6): r1c1 r2c1
- killer cage (value 6): r6c5 r6c6
- killer cage (value 7): r4c6 r5c6
- killer cage (value 7): r1c6 r2c6
- killer cage (value 7): r1c4 r2c4
- killer cage (value 7): r3c3 r4c3
- line, color: lightgray, coords: r4c5 r5c4
- line, color: lightgray, coords: r3c1 r4c1
- shape: circle, color: lightgray, location: r5c4
- shape: circle, color: lightgray, location: r3c1

Example Prompt

You are a professional Sudoku puzzle solver. Please solve the following Sudoku variant.

## Size ##
6 x 6

## Rules ##
"Standard rules of Sudoku apply!\n\nIn every row and column, strings of 3 digits are never all even nor all odd.\n\nDigits in a cage sum to the total in the top left.\n\nDigits on a thermometer strictly increase from the bulb to the tip."

## Visual Elements ##
- killer cage (value 6): r1c1 r2c1
- killer cage (value 6): r6c5 r6c6
- killer cage (value 7): r4c6 r5c6
- killer cage (value 7): r1c6 r2c6
- killer cage (value 7): r1c4 r2c4
- killer cage (value 7): r3c3 r4c3
- line, color: lightgray, coords: r4c5 r5c4
- line, color: lightgray, coords: r3c1 r4c1
- shape: circle, color: lightgray, location: r5c4
- shape: circle, color: lightgray, location: r3c1

## Initial Sudoku Board ##
. . . . . .
. . . . . .
. . . . . .
. . . . . .
. . . . . .
. . . . . .

For example, the format should look like
<ANSWER>
1234567...
</ANSWER>

Copy Prompt

Show/Hide Solution

213645456132145263632451524316361524

Differences Count - part 2

by Sujoyku and Marty Sears

Initial Board:

....................................

Rules:

Normal 6x6 sudoku rules apply.
Digits separated by a black dot are in a 1:2 ratio.
The difference between two adjacent digits on a coloured line indicates exactly how many pairs of adjacent digits along that line have that exact difference.

Visual Elements:

- line, color: plum, coords: r1c1 r1c2 r2c3
- line, color: plum, coords: r6c6 r5c6 r4c5 r3c5 r4c4
- line, color: lightskyblue, coords: r3c6 r2c6 r2c5 r2c4 r3c3
- line, color: palegreen, coords: r3c2 r4c3 r5c4 r5c5 r4c6
- line, color: burlywood, coords: r5c2 r4c2 r3c1
- shape: circle, color: black, location: between r2c3 and r2c4

Example Prompt

You are a professional Sudoku puzzle solver. Please solve the following Sudoku variant.

## Size ##
6 x 6

## Rules ##
"Normal 6x6 sudoku rules apply.\nDigits separated by a black dot are in a 1:2 ratio.\nThe difference between two adjacent digits on a coloured line indicates exactly how many pairs of adjacent digits along that line have that exact difference."

## Visual Elements ##
- line, color: plum, coords: r1c1 r1c2 r2c3
- line, color: plum, coords: r6c6 r5c6 r4c5 r3c5 r4c4
- line, color: lightskyblue, coords: r3c6 r2c6 r2c5 r2c4 r3c3
- line, color: palegreen, coords: r3c2 r4c3 r5c4 r5c5 r4c6
- line, color: burlywood, coords: r5c2 r4c2 r3c1
- shape: circle, color: black, location: between r2c3 and r2c4

## Initial Sudoku Board ##
. . . . . .
. . . . . .
. . . . . .
. . . . . .
. . . . . .
. . . . . .

For example, the format should look like
<ANSWER>
1234567...
</ANSWER>

Copy Prompt

Show/Hide Solution

643125152436521643436512315264264351

Twelve Spots

by Marty Sears

Initial Board:

....................................

Rules:

Normal 6x6 sudoku rules apply.

Draw 6 lines, each with a different turquoise spot at both ends. Each line must occupy at least 3 cells, and may move orthogonally and diagonally. Lines may not branch, cross each other, or share cells.

Each line is a 'same difference' line. Every pair of adjacent cells along a line has the same difference - this is its 'difference value.'

Every line has a different 'difference value'.

Digits in a cage sum to the total in the corner.

Visual Elements:

- killer cage (value 11): r1c3 r2c3
- killer cage (value 6): r6c3 r6c4 r6c5
- killer cage (value 8): r1c4 r2c4
- shape: circle, color: aquamarine, location: r5c2
- shape: circle, color: aquamarine, location: r2c5
- shape: circle, color: aquamarine, location: r1c3
- shape: circle, color: aquamarine, location: r6c5
- shape: circle, color: aquamarine, location: r4c6
- shape: circle, color: aquamarine, location: r6c3
- shape: circle, color: aquamarine, location: r5c4
- shape: circle, color: aquamarine, location: r6c2
- shape: circle, color: aquamarine, location: r4c1
- shape: circle, color: aquamarine, location: r5c3
- shape: circle, color: aquamarine, location: r2c3
- shape: circle, color: aquamarine, location: r1c6

Example Prompt

You are a professional Sudoku puzzle solver. Please solve the following Sudoku variant.

## Size ##
6 x 6

## Rules ##
"Normal 6x6 sudoku rules apply.\n\nDraw 6 lines, each with a different turquoise spot at both ends. Each line must occupy at least 3 cells, and may move orthogonally and diagonally. Lines may not branch, cross each other, or share cells.\n\nEach line is a 'same difference' line. Every pair of adjacent cells along a line has the same difference - this is its 'difference value.'\n\nEvery line has a different 'difference value'.\n\nDigits in a cage sum to the total in the corner."

## Visual Elements ##
- killer cage (value 11): r1c3 r2c3
- killer cage (value 6): r6c3 r6c4 r6c5
- killer cage (value 8): r1c4 r2c4
- shape: circle, color: aquamarine, location: r5c2
- shape: circle, color: aquamarine, location: r2c5
- shape: circle, color: aquamarine, location: r1c3
- shape: circle, color: aquamarine, location: r6c5
- shape: circle, color: aquamarine, location: r4c6
- shape: circle, color: aquamarine, location: r6c3
- shape: circle, color: aquamarine, location: r5c4
- shape: circle, color: aquamarine, location: r6c2
- shape: circle, color: aquamarine, location: r4c1
- shape: circle, color: aquamarine, location: r5c3
- shape: circle, color: aquamarine, location: r2c3
- shape: circle, color: aquamarine, location: r1c6

## Initial Sudoku Board ##
. . . . . .
. . . . . .
. . . . . .
. . . . . .
. . . . . .
. . . . . .

For example, the format should look like
<ANSWER>
1234567...
</ANSWER>

Copy Prompt

Show/Hide Solution

436521125346563412214653341265652134

Little Killer Counting

by Marty Sears

Initial Board:

....................................

Rules:

Normal 6x6 sudoku rules apply.

Digits along a diagonal marked by an arrow sum to the digit on the arrow, if one is given.

Any digit along an 'arrow diagonal' indicates exactly how many arrow diagonals contain that digit.

Eg: if there is a digit 3 somewhere along an arrow diagonal, then exactly 3 arrow diagonals contain at least one 3.

Visual Elements:

- diagonal arrow, color: cornflowerblue, in location: r7c3, pointing upper left
- diagonal arrow, color: cornflowerblue, in location: r7c4, pointing upper left
- diagonal arrow, color: cornflowerblue, in location: r6c7, pointing upper left
- diagonal arrow, color: cornflowerblue, in location: r5c7, pointing upper left
- diagonal arrow, color: cornflowerblue, in location: r4c7, pointing upper left
- diagonal arrow, color: cornflowerblue, in location: r3c7, pointing upper left
- diagonal arrow, color: cornflowerblue, in location: r3c0, pointing upper right
- text: 7, shape: circle, location: r3c7
- text: 9, shape: circle, location: r4c7
- text: 8, shape: circle, location: r7c4
- text: ?, shape: circle, location: r7c3
- text: ?, shape: circle, location: r6c7
- text: ?, shape: circle, location: r5c7
- text: ?, shape: circle, location: r3c0

Example Prompt

You are a professional Sudoku puzzle solver. Please solve the following Sudoku variant.

## Size ##
6 x 6

## Rules ##
"Normal 6x6 sudoku rules apply.\n\nDigits along a diagonal marked by an arrow sum to the digit on the arrow, if one is given.\n\nAny digit along an 'arrow diagonal' indicates exactly how many arrow diagonals contain that digit.\n\nEg: if there is a digit 3 somewhere along an arrow diagonal, then exactly 3 arrow diagonals contain at least one 3."

## Visual Elements ##
- diagonal arrow, color: cornflowerblue, in location: r7c3, pointing upper left
- diagonal arrow, color: cornflowerblue, in location: r7c4, pointing upper left
- diagonal arrow, color: cornflowerblue, in location: r6c7, pointing upper left
- diagonal arrow, color: cornflowerblue, in location: r5c7, pointing upper left
- diagonal arrow, color: cornflowerblue, in location: r4c7, pointing upper left
- diagonal arrow, color: cornflowerblue, in location: r3c7, pointing upper left
- diagonal arrow, color: cornflowerblue, in location: r3c0, pointing upper right
- text: 7, shape: circle, location: r3c7
- text: 9, shape: circle, location: r4c7
- text: 8, shape: circle, location: r7c4
- text: ?, shape: circle, location: r7c3
- text: ?, shape: circle, location: r6c7
- text: ?, shape: circle, location: r5c7
- text: ?, shape: circle, location: r3c0

## Initial Sudoku Board ##
. . . . . .
. . . . . .
. . . . . .
. . . . . .
. . . . . .
. . . . . .

For example, the format should look like
<ANSWER>
1234567...
</ANSWER>

Copy Prompt

Show/Hide Solution

241536563124614352325641436215152463

sphinx of black quartz

by aqjhs

Initial Board:

.................................................................................

Rules:

Normal sudoku rules apply.

Cells one chess knight's move apart may not contain the same digit.

Digits joined by a white dot are consecutive. All possible dots are given.

Digits joined by a V sum to 5. All such pairs are given.

Grey line is a palindrome: its digits read the same in either direction.

Visual Elements:

- line, color: darkslateblue, coords: r1c5 r2c5 r2c6 r2c7 r3c6 r4c5 r5c4 r6c3 r7c4 r8c3 r9c4 r9c3 r9c2 r9c1
- shape: circle, color: white (stroke color: black), location: between r7c5 and r8c5
- shape: circle, color: white (stroke color: black), location: between r8c5 and r8c6
- text: V, shape: circle, color: white, location: between r5c5 and r6c5
- text: V, shape: circle, color: white, location: between r4c8 and r5c8
- global: anti-knight

Example Prompt

You are a professional Sudoku puzzle solver. Please solve the following Sudoku variant.

## Size ##
9 x 9

## Rules ##
"Normal sudoku rules apply.\n\nCells one chess knight's move apart may not contain the same digit.\n\nDigits joined by a white dot are consecutive. All possible dots are given.\n\nDigits joined by a V sum to 5. All such pairs are given.\n\nGrey line is a palindrome: its digits read the same in either direction."

## Visual Elements ##
- line, color: darkslateblue, coords: r1c5 r2c5 r2c6 r2c7 r3c6 r4c5 r5c4 r6c3 r7c4 r8c3 r9c4 r9c3 r9c2 r9c1
- shape: circle, color: white (stroke color: black), location: between r7c5 and r8c5
- shape: circle, color: white (stroke color: black), location: between r8c5 and r8c6
- text: V, shape: circle, color: white, location: between r5c5 and r6c5
- text: V, shape: circle, color: white, location: between r4c8 and r5c8
- global: anti-knight

For example, the format should look like
<ANSWER>
1234567...
</ANSWER>

Copy Prompt

Show/Hide Solution

183624759926157483574839261748392615392516847615748392461973528839265174257481936

Leftovers

by Matt Tressel

Initial Board:

.................................................................................

Rules:

Normal sudoku rules apply, and all clues are standard.

Arrows: Digits along an arrow line sum to the digit in the attached circle.

Killer Cages: Digits in a cage sum to the value indicated in the top left corner, if given. Digits may not repeat in a cage.

Partial Kropki: Digits separated by a white dot are consecutive.

Visual Elements:

- killer cage: r4c8 r5c8 r6c8 r7c8 r8c4 r8c5 r8c6 r8c7 r8c8
- killer cage (value 15): r8c1 r8c2
- killer cage (value 15): r1c8 r2c8
- killer cage (value 15): r1c4 r1c5 r1c6
- killer cage (value 15): r4c1 r5c1 r6c1
- arrow, color: darkgray, coords (base to tip): r9c9 r8c9 r7c9 r6c9
- arrow, color: darkgray, coords (base to tip): r9c9 r9c8 r9c7 r9c6
- arrow, color: darkgray, coords (base to tip): r8c3 r7c3 r6c3 r5c2
- arrow, color: darkgray, coords (base to tip): r3c8 r3c7 r3c6 r2c5
- arrow, color: darkgray, coords (base to tip): r1c1 r2c2 r3c3 r4c4
- arrow, color: darkgray, coords (base to tip): r7c7 r6c6 r5c5 r4c4
- arrow, color: darkgray, coords (base to tip): r1c9 r2c9 r3c9
- shape: circle, color: white (stroke color: darkgray), location: r9c9
- shape: circle, color: white (stroke color: darkgray), location: r8c3
- shape: circle, color: white (stroke color: darkgray), location: r3c8
- shape: circle, color: white (stroke color: darkgray), location: r1c1
- shape: circle, color: white (stroke color: darkgray), location: r7c7
- shape: circle, color: white (stroke color: darkgray), location: r1c9
- shape: circle, color: white (stroke color: black), location: between r3c2 and r4c2
- shape: circle, color: white (stroke color: black), location: between r9c4 and r9c5

Example Prompt

You are a professional Sudoku puzzle solver. Please solve the following Sudoku variant.

## Size ##
9 x 9

## Rules ##
"Normal sudoku rules apply, and all clues are standard. \n\nArrows: Digits along an arrow line sum to the digit in the attached circle.\n\nKiller Cages: Digits in a cage sum to the value indicated in the top left corner, if given. Digits may not repeat in a cage. \n\nPartial Kropki: Digits separated by a white dot are consecutive."

## Visual Elements ##
- killer cage: r4c8 r5c8 r6c8 r7c8 r8c4 r8c5 r8c6 r8c7 r8c8
- killer cage (value 15): r8c1 r8c2
- killer cage (value 15): r1c8 r2c8
- killer cage (value 15): r1c4 r1c5 r1c6
- killer cage (value 15): r4c1 r5c1 r6c1
- arrow, color: darkgray, coords (base to tip): r9c9 r8c9 r7c9 r6c9
- arrow, color: darkgray, coords (base to tip): r9c9 r9c8 r9c7 r9c6
- arrow, color: darkgray, coords (base to tip): r8c3 r7c3 r6c3 r5c2
- arrow, color: darkgray, coords (base to tip): r3c8 r3c7 r3c6 r2c5
- arrow, color: darkgray, coords (base to tip): r1c1 r2c2 r3c3 r4c4
- arrow, color: darkgray, coords (base to tip): r7c7 r6c6 r5c5 r4c4
- arrow, color: darkgray, coords (base to tip): r1c9 r2c9 r3c9
- shape: circle, color: white (stroke color: darkgray), location: r9c9
- shape: circle, color: white (stroke color: darkgray), location: r8c3
- shape: circle, color: white (stroke color: darkgray), location: r3c8
- shape: circle, color: white (stroke color: darkgray), location: r1c1
- shape: circle, color: white (stroke color: darkgray), location: r7c7
- shape: circle, color: white (stroke color: darkgray), location: r1c9
- shape: circle, color: white (stroke color: black), location: between r3c2 and r4c2
- shape: circle, color: white (stroke color: black), location: between r9c4 and r9c5

For example, the format should look like
<ANSWER>
1234567...
</ANSWER>

Copy Prompt

Show/Hide Solution

925348167146725893783961254598217346417836529632594781361482975874159632259673418

Nautilus

by Oddlyeven

Initial Board:

.................................................................................

Rules:

Rules: Normal Sudoku rules apply. Put the digits 1 to 9 once each into each row, column and 3x3 box.
Shell: Box borders divide the shell (blue line) into segments that add to the same sum. Different segments in the same box sum individually.
Tentacles: Adjacent digits along a tentacle (green line) differ by at least 5.
Fish: The fish (pink line) consists of a set of consecutive, non-repeating digits in some order.
Eyes: Digits on a eye (black dot) are in a  1:2 ratio.
Bubbles: Digits on a bubble (white dot) are consecutive.

Visual Elements:

- line, color: deepskyblue, coords: r7c8 r7c7 r7c6 r7c5 r7c4 r6c3 r5c3 r4c4 r4c5 r5c6 r6c5 r5c4
- line, color: deepskyblue, coords: r7c6 r6c7 r5c7 r4c7 r3c6 r2c5 r2c4 r2c3 r3c2 r4c1 r5c1 r6c1 r7c1 r8c2 r9c3 r9c4 r9c5 r9c6 r9c7 r9c8 r8c7
- line, color: lightgreen, coords: r7c9 r8c8 r9c9
- line, color: lightgreen, coords: r8c8 r8c9
- line, color: violet, coords: r3c9 r2c8 r3c7 r2c6 r1c7 r2c8
- line, color: violet, coords: r2c8 r1c9
- shape: circle, color: black, location: between r7c7 and r8c7
- shape: circle, color: black, location: between r2c6 and r2c7
- shape: circle, color: white (stroke color: black), location: between r2c5 and r2c6
- shape: circle, color: white (stroke color: black), location: between r1c5 and r2c5
- shape: circle, color: white (stroke color: black), location: between r6c9 and r7c9
- shape: circle, color: white (stroke color: black), location: between r6c7 and r6c8
- shape: circle, color: white (stroke color: black), location: between r1c4 and r1c5
- shape: circle, color: white (stroke color: black), location: between r2c9 and r3c9

Example Prompt

You are a professional Sudoku puzzle solver. Please solve the following Sudoku variant.

## Size ##
9 x 9

## Rules ##
"Rules: Normal Sudoku rules apply. Put the digits 1 to 9 once each into each row, column and 3x3 box.\nShell: Box borders divide the shell (blue line) into segments that add to the same sum. Different segments in the same box sum individually.\nTentacles: Adjacent digits along a tentacle (green line) differ by at least 5.\nFish: The fish (pink line) consists of a set of consecutive, non-repeating digits in some order.\nEyes: Digits on a eye (black dot) are in a  1:2 ratio.\nBubbles: Digits on a bubble (white dot) are consecutive."

## Visual Elements ##
- line, color: deepskyblue, coords: r7c8 r7c7 r7c6 r7c5 r7c4 r6c3 r5c3 r4c4 r4c5 r5c6 r6c5 r5c4
- line, color: deepskyblue, coords: r7c6 r6c7 r5c7 r4c7 r3c6 r2c5 r2c4 r2c3 r3c2 r4c1 r5c1 r6c1 r7c1 r8c2 r9c3 r9c4 r9c5 r9c6 r9c7 r9c8 r8c7
- line, color: lightgreen, coords: r7c9 r8c8 r9c9
- line, color: lightgreen, coords: r8c8 r8c9
- line, color: violet, coords: r3c9 r2c8 r3c7 r2c6 r1c7 r2c8
- line, color: violet, coords: r2c8 r1c9
- shape: circle, color: black, location: between r7c7 and r8c7
- shape: circle, color: black, location: between r2c6 and r2c7
- shape: circle, color: white (stroke color: black), location: between r2c5 and r2c6
- shape: circle, color: white (stroke color: black), location: between r1c5 and r2c5
- shape: circle, color: white (stroke color: black), location: between r6c9 and r7c9
- shape: circle, color: white (stroke color: black), location: between r6c7 and r6c8
- shape: circle, color: white (stroke color: black), location: between r1c4 and r1c5
- shape: circle, color: white (stroke color: black), location: between r2c9 and r3c9

For example, the format should look like
<ANSWER>
1234567...
</ANSWER>

Copy Prompt

Show/Hide Solution

963128745158734269472965318247319586516482937839657124624591873385276491791843652

MC Hammer

by damo_89

Initial Board:

3............................7.....2.......................8...........6........5

Rules:

Normal sudoku rules apply: Place the digits 1 to 9 once each in every row, column and 3x3 box

Thermometers: Digits on a grey thermometer must strictly increase from the bulb end

Visual Elements:

- line, color: lightgray, coords: r6c4 r5c4 r4c5 r3c6 r3c5 r3c4 r3c3
- line, color: lightgray, coords: r6c4 r6c5 r5c6 r4c7 r5c7 r6c7 r7c7
- line, color: lightgray, coords: r1c9 r2c8 r3c7
- line, color: lightgray, coords: r8c1 r7c1 r7c2 r6c3
- line, color: lightgray, coords: r9c2 r9c3 r8c3 r7c4
- shape: circle, color: lightgray, location: r6c4
- shape: circle, color: lightgray, location: r1c9
- shape: circle, color: lightgray, location: r8c1
- shape: circle, color: lightgray, location: r9c2

Example Prompt

You are a professional Sudoku puzzle solver. Please solve the following Sudoku variant.

## Size ##
9 x 9

## Rules ##
"Normal sudoku rules apply: Place the digits 1 to 9 once each in every row, column and 3x3 box\n\nThermometers: Digits on a grey thermometer must strictly increase from the bulb end"

## Visual Elements ##
- line, color: lightgray, coords: r6c4 r5c4 r4c5 r3c6 r3c5 r3c4 r3c3
- line, color: lightgray, coords: r6c4 r6c5 r5c6 r4c7 r5c7 r6c7 r7c7
- line, color: lightgray, coords: r1c9 r2c8 r3c7
- line, color: lightgray, coords: r8c1 r7c1 r7c2 r6c3
- line, color: lightgray, coords: r9c2 r9c3 r8c3 r7c4
- shape: circle, color: lightgray, location: r6c4
- shape: circle, color: lightgray, location: r1c9
- shape: circle, color: lightgray, location: r8c1
- shape: circle, color: lightgray, location: r9c2

## Initial Sudoku Board ##
3 . . . . . . . .
. . . . . . . . .
. . . . . . . . .
. . 7 . . . . . 2
. . . . . . . . .
. . . . . . . . .
. . . . . 8 . . .
. . . . . . . . 6
. . . . . . . . 5

For example, the format should look like
<ANSWER>
1234567...
</ANSWER>

Copy Prompt

Show/Hide Solution

395782461746391528128654397457839612831265749269147853672518934584923176913476285

References

For details on the evaluation methodology, data, and code, please refer to the Sudoku-Bench GitHub repository. Please also see our technical report.

Also visit:

Acknowledgements

Citation

For attribution in academic contexts, please cite the technical report

Seely, J., Imajuku, Y., Zhao, T., Cetin, E., & Jones, L. (2025). Sudoku-Bench: Evaluating creative reasoning with Sudoku variants. arXiv preprint arXiv:2505.16135.

BibTeX citation

@misc{seely2025sudoku,
      title={Sudoku-Bench: Evaluating creative reasoning with Sudoku variants},
      author={Jeffrey Seely and Yuki Imajuku and Tianyu Zhao and Edoardo Cetin and Llion Jones},
      year={2025},
      eprint={2505.16135},
      archivePrefix={arXiv},
      primaryClass={cs.AI},
      url={https://arxiv.org/abs/2505.16135},
}

Open Source Code

We release our code for this project here.