Fractal Puzzle Help

I’m wanting to start making puzzles like what I have shown and I believe they’re referred to as “Fractal Puzzles.” I really just don’t know where to begin when it comes to designing it in inkscape. I know I will be doing a 2 layer job so it has the boarder that mounts / glues to the bottom, but I’m lost when it comes to how to make the pieces. Any and all advice welcome! Thanks!

Puzzle 1

2 Likes

Start here :wink:

6 Likes

The bottom piece is just the rounded-rectangle of the top piece.

In Inkscape make the outside, the rounded rectangle in your top photo, a different color than the pieces. When you go to cut the top piece, cut and engrave everything. For your bottom piece ignore everything but the outside rectangle.

If anyone ever gives me one of these, I think I won’t speak to them again. On the other hand, I know what to give naughty list kids (I mean people) now.

4 Likes

I’m asking for tips on how to make the puzzles themselves such as how to design the shapes etc.

They are generally created using mathematical algorithms. Study the theory behind them, then write the code. Python is probably the easiest route…

2 Likes

Maybe these links can help you.

2 Likes

Although I agree it might be easier to make with an algorithm, you could make it by hand.

Looking at the puzzle itself, it appears that it’s just this shape repeated over and over:

image

Which is just 4 octagons with 5 squares. Note that I made the red squares overlap the octagons a bit.

You can then tile them or copy and paste them to make a pattern like this:

Once you have that, you can select individual octagons and squares that are connected, and do “path->Union” to unify them. Once you’ve done that enough times, you end up with something like this:

image

Now repeat this 100 times, and you have a puzzle.

Here is the SVG I used to make this example. I did not use clones, but rather duplicated and moved the original shape. So there are a few of them that are not exactly aligned.

If I was to do this for real, I would probably use the Edit -> Clone -> Create Tiled Clones option to make sure everything was properly aligned (and then make sure to unlink clones before you try and Union them).

fractalPuzzle

12 Likes

Awesome! This is what I was looking for. Thank you!

1 Like

@m_raynsford is the king of these :slight_smile: He gifted a couple of his designs to the Free Designs section. He also did a Kickstarter last year that made great Christmas presents for the kids :smiley: He just finished one this year in a different vein but will be driving my son & his g/f nuts when they get theirs.

4 Likes

Do you have a link? His website is shut down. :worried:

This is his latest Kickstarter. I received mine on Monday (after being shipped on Friday from the UK!). He was building them while he waited on Kickstarter to process the funding, etc. Didn’t wait for them to send him the money so when they did, he already had several dozen already completed and ready to ship.

https://www.kickstarter.com/projects/msraynsford/the-antikythera-tablets?ref=user_menu

It’s very well done and wicked tough.

I’m sure my mom will appreciate it.:smiling_imp: She likes puzzles, but usually the traditional jigsaw kind. Neither she nor my dad can claim no relation though. Tastes are too close to home for them to deny too much.

Waiting on mine to come in.

2 Likes

This topic was automatically closed 32 days after the last reply. New replies are no longer allowed.