Creating a puzzle, help

Everything about Sudoku that doesn't fit in one of the other sections

Creating a puzzle, help

Postby Trilola » Sun Apr 07, 2019 2:01 am

Where can I create a personalized sudoku grid,basically I want it to have a message, so that the numbers can be converted to alphabet based on their numbers is that possible?
Trilola
 
Posts: 1
Joined: 07 April 2019

Re: Creating a puzzle, help

Postby Wecoc » Sun May 05, 2019 12:17 am

Trilola wrote:Where can I create a personalized sudoku grid,basically I want it to have a message, so that the numbers can be converted to alphabet based on their numbers is that possible?


I think you are talking about a Codedoku.
It's basically a sudoku but each number is a letter instead. Some grids are marked so once solved you can read a hidden message. That means for a default sudoku, the message should contain only 9 different letters, which is quite limited.

I made one as a joke because I'm hilarious

Image

Bad thing about this is usually you don't need to crack the entire puzzle to correctly guess the message.

I've never seen a codedoku generator, I'll tell you how I made mine: I started with the message, then filled all other grids following sudoku rules (I changed all letters to numbers so it was easier)
Not every combination is possible, you may get stuck, that's why it's useful to try solving the sudoku with the message with a solver to see the valid candidates of each cell.
Once you have the full grid, pick some numbers and try again on a solver to check it has only one solution. Finally change the numbers to the correct letters again.
It took me 20 minutes aproximately ;)
Wecoc
 
Posts: 76
Joined: 08 April 2019
Location: Girona, Catalonia

Re: Creating a puzzle, help

Postby eleven » Sun May 05, 2019 11:58 am

Hi Trilola,

i think you would have to post your message, then someone will create it for you.

Another sample, a bit harder (find the letters in the #-cells):
Code: Select all
 +-------+-------+-------+
 | O . A | . T F | . R . |
 | . # T | . E . | A . . |
 | . . . | . # # | # # I |
 +-------+-------+-------+
 | # # # | . O . | . A . |
 | . . . | T F . | E . . |
 | F A . | # # # | # . . |
 +-------+-------+-------+
 | . E F | . R . | . . A |
 | . . # | # . S | . E . |
 | . . H | . . O | S # R |
 +-------+-------+-------+
eleven
 
Posts: 3094
Joined: 10 February 2008

Re: Creating a puzzle, help

Postby m_b_metcalf » Sun May 05, 2019 1:37 pm

eleven wrote: (find the letters in the #-cells):

My goodness, that really wasn't a nice thing to do!
User avatar
m_b_metcalf
2017 Supporter
 
Posts: 13584
Joined: 15 May 2006
Location: Berlin

Re: Creating a puzzle, help

Postby SpAce » Sun May 05, 2019 3:50 pm

eleven wrote:Another sample, a bit harder (find the letters in the #-cells):

Code: Select all
.----------------------.--------------------.---------------.
| O      rIS      A    | IS    T       F    | H   R     E   |
| HIR     HIR     T    | O     E     y(HR)I | A   S     F   |
| EHR     F      sERS  | A   t(S)-H  y(HR)  | OT  OT    I   |
:----------------------+--------------------+---------------:
| EHIT  qrHIST    EIS  | R     O    apxEHI  | F   A    pHS  |
| HIR     HIORS   IORS | T     F       A    | E   HI    HOS |
| F       A      cEIO  | HIS   HIS    bEHI  | R   HIT  cHOT |
:----------------------+--------------------+---------------:
| S       E       F    | HI    R       T    | IO  HO    A   |
| AIR     IOR     IOR  | F    dA(H)I   S    | IT  E    dHT  |
| AIT    rIT      H    | E     AI      O    | S   F     R   |
'----------------------'--------------------'---------------'

Kraken Cell (EHI)r4c6

(E)r4c6 - r6c6 = (EO-T)r6c39 = (TH)r8c95               [a-d]
||
(HS)r4c69 - (H/S)r4c2 = (IT,S)r491c2 - r3c3 = (S)r3c5   [p-t]
||
(I)r4c6 - (I=RH)r23c6                                  [x-y]

=> -H r3c5; stte

('|' replaced with '/' to avoid confusion.)
Last edited by SpAce on Sun May 05, 2019 6:09 pm, edited 1 time in total.
User avatar
SpAce
 
Posts: 2671
Joined: 22 May 2017

Re: Creating a puzzle, help

Postby eleven » Sun May 05, 2019 5:36 pm

m_b_metcalf wrote:My goodness, that really wasn't a nice thing to do!

But I swear it was in self-defence ...
eleven
 
Posts: 3094
Joined: 10 February 2008

Re: Creating a puzzle, help

Postby eleven » Sun May 05, 2019 9:39 pm

Bonus puzzle.
Code: Select all
 +-------+-------+-------+
 | . B . | . A . | P E S |
 | # # # | # # . | . . O |
 | L . O | N . . | . . . |
 +-------+-------+-------+
 | C . . | . . E | . . B |
 | B O . | . # # | # S . |
 | . . P | . . L | O C . |
 +-------+-------+-------+
 | . . N | E B . | . . P |
 | . . # | # # # | # . . |
 | . L . | . P . | S . . |
 +-------+-------+-------+

with digits:
.5..3.798........12.16.....4....9..551.....8...7..214...695...7..........2..7.8..
eleven
 
Posts: 3094
Joined: 10 February 2008

Re: Creating a puzzle, help

Postby brunoz » Mon May 06, 2019 9:22 am

eleven wrote:Hi Trilola,

i think you would have to post your message, then someone will create it for you.

Another sample, a bit harder (find the letters in the #-cells):
Code: Select all
 +-------+-------+-------+
 | O . A | . T F | . R . |
 | . # T | . E . | A . . |
 | . . . | . # # | # # I |
 +-------+-------+-------+
 | # # # | . O . | . A . |
 | . . . | T F . | E . . |
 | F A . | # # # | # . . |
 +-------+-------+-------+
 | . E F | . R . | . . A |
 | . . # | # . S | . E . |
 | . . H | . . O | S # R |
 +-------+-------+-------+

That's pretty cool
brunoz
 
Posts: 1
Joined: 06 May 2019


Return to General

cron