Logic Masters Deutschland e.V.

TinyChess

(Published on 3. December 2024, 14:15 by Gurki73)

Basic Rules:
Fill each row, each column, and each 2×2 block with the digits 0–3.
Each digit must appear once as a Doubler and once as a Halver.
The value of a cell is determined by multiplying the digit by 2 (Doubler) or dividing it by 2 (Halver) or times 1 (normal cell).
In cells separated by a white "croty dot," the digits have a difference of one; all possible dots are given.

Chess Pieces:

  • Pawn: Place one pawn in each column.
  • Rook: Each rook must "see" at least two other rooks or one rook and the queen along a straight line (horizontal/vertical).
  • Knight: Each knight must "see" at least one other knight or the queen via a knight's move (L-shape).
  • Bishop: Each bishop must "see" at least two other bishops or one bishop and the queen along a diagonal.
  • Queen: The value of the queen is higher than that of the king.
  • King: The king must be exactly one square (a king's move) away from the queen.

2x2 Sudoku Grid
 -------- --------  -------- --------
|         |        ||        |         |
|         Ꟁ      ||      Ꟁ        |
|         |        ||        |         |
 -------- --------  ----Ꝋ--- --------

|         |        ||        |         |
|         Ꟁ        ||        Ꟁ        |
|         |        ||        |         |
 ===== ===Ꝋ===  ==== ====

|         |        ||        |         |
|       Ꟁ      ||      Ꟁ        |
|         |        ||        |         |
 -------- --------  -------- ---Ꝋ---

|         |        ||        |         |
|         Ꟁ      ||      Ꟁ        |
|         |        ||        |         |
 -------- --------  -------- --------
♙♘♗♖♕♔♚♛♜♝♞♟

Solution code: E = empty Cell, P = Pawn, R = Rook, N = Knight, B = Bishop, K = King, Q = Queen
Create the code with all Chess peaces from top left to bottom right corner in reading order...

Last changed on on 8. December 2024, 06:05

Comments

on 27. December 2024, 21:12 by CFood
so i'm unsure what the chess pieces have to do with the sudoku. are we filling in the chess pieces for 6 of the 8 values?

and also, what do you mean by "seeing" the other pieces? can the vision be blocked by another piece, or do they just have to be in the same lane and it's good?

on 8. December 2024, 06:05 by Gurki73
reworked text input fields :-(

on 8. December 2024, 05:58 by Gurki73
tryed to clearyfy the rules for doublers and halfers

on 8. December 2024, 05:44 by Gurki73
removed css, and html header

on 8. December 2024, 05:18 by Gurki73
added some html tags for better reading.
added grid for notes...

on 3. December 2024, 21:55 by firespire
The comment in German says - Note that the difference refers to numbers and not values.

on 3. December 2024, 21:48 by Justalilguy
double of 3 is 6, but there's no way to get values 5 or 7 by doubling or halving. So 6 (3x2) isn't possible on the grid, meaning 3 can't be doubled. Did I understand the rules correctly or did I miss something?

on 3. December 2024, 15:08 by Gurki73
Hinweis darauf das der Unterschied sich auf Ziffern und nicht auf Werte bezieht

on 3. December 2024, 15:01 by Gurki73
Regeln vervollständigt, Cropty Dot Regeln ursprünglich vergessen :-(

on 3. December 2024, 14:59 by Gurki73
Regeln zum weißen "Croty Dot" hinzugefügt

on 3. December 2024, 14:50 by Gurki73
Image ID hinzugefügt

on 3. December 2024, 14:45 by Gurki73
Html img tag hinzugefügt

on 3. December 2024, 14:35 by Gurki73
Lösungcode von Zahlenwerte auf Buchstaben für Schachfiguren geändert.

on 3. December 2024, 14:25 by Gurki73
reworked ruleset and added halfer and doublers to solutuion

Difficulty:2
Rating:N/A
Solved:0 times
Observed:4 times
ID:000KZ7

Small Chess

Enter solution

Solution code:

Login