Examples of pentomino shapes together with how the numbers may occur are shown below:
Like many people, I discovered sudoku variants through Cracking the Cryptic in 2020 when my third child was little. After my first puzzle was featured on the show, I was excited to create another new variant that combined the best of pentominous puzzles with sudoku. I eventually hit on the ruleset used for this puzzle, but was unable to create one by hand, or even show that such a puzzle existed. I realised that in order to create this puzzle I was going to have to write some software, as I did for my previous puzzle. The problem was I had no idea how to start to solve such a problem. Pentomino tiling seemed very different from sudoku and I didn't know how to solve both at the same time.
Fast forward three years. I had gotten distracted from sudoku to build a non-profit search engine, but after watching a few CtC episodes, was inspired to revisit my old idea. After a few more attempts to set it by hand, I started investigating how I could solve it computationally. Eventually I came across the exact cover problem and Donald Knuth's beautiful dancing links algorithm. It turned out that both pentomino tiling and sudoku solving could be described as an instance of this problem! I knew I would be able to solve it with this method.
As we were expecting our fourth child, Layla, it felt like I had come full circle since my first sudoku escapade, and decided to dedicate the puzzle to her. She was born a few days after I finished setting the puzzle. That was four days ago. I couldn't be more grateful for this beautiful gift that is sleeping on me now in the sling as I type.
I hope that others will be inspired to create puzzles with a similar ruleset. I personally find them quite fun to solve and I hope others do too! The solver should provide a good starting place to add other types of clues or constraints. Feel free to reach out on the CtC Discord if you want help with that, or just to let me know you enjoyed the puzzle!
The solver uses Jonathon Taylor's excellent dlxlib which saved me having to actually write my own implementation of dancing links.
I thought up the name "pentominoku" myself, but perhaps unsurprisingly it has been used before in a puzzle by Laura Taalman in 2006. I hope she will forgive me appropriating that name.
Many thanks to jmerry and kendfrey on the CtC Discord for testing the puzzle and invaluable feedback.
Lösungscode: Enter the value of the central shaded cell
am 15. März 2024, 16:08 Uhr von ibn Muhyiddin
Thanks for the feedback @QuiltyAsCharged - when I solved it it seemed logical, but Mark really did seem to struggle, and it's possible that I missed some possibilities too in my own solve. The testers (jmerry and kendfrey on the discord) didn't raise this issue so I thought it was ok at the time.
If I do any similar puzzles I'll make absolutely sure there is a clear logical solution.
am 14. März 2024, 22:54 Uhr von QuiltyAsCharged
This puzzle was featured on CTC yesterday. I really enjoyed the first half, but later in the puzzle there doesn't seem to be enough clues. It may be mathematically solvable, but I doubt there's a reasonable logical path to follow. If there is a good strategy, I'd love to see it.
Mark only solved it because he missed some possibilities, as discussed in the video comments.
https://youtu.be/xcq7-hwNfEw
am 14. März 2024, 03:19 Uhr von SudokuHero
5/5 puzzle just for the solution code being one digit.
am 19. September 2023, 07:10 Uhr von ibn Muhyiddin
Thanks BlitheSolver! So glad you enjoyed the puzzle.
am 19. September 2023, 05:59 Uhr von BlitheSolver
My first foray into Logic-Masters! I saw this puzzle referenced on Hacker News today. Difficult, but fair. I love how, at the outset, it looks insurmountable, but gradually yields its secrets. Well done, ibn Muhyiddin!