gereleth / hexapipes

Hexagonal pipes puzzles
https://hexapipes.vercel.app/hexagonal/5
MIT License
186 stars 19 forks source link

Layout keeps repeating itself (see image) #61

Closed kpingka closed 1 year ago

kpingka commented 1 year ago

Did something break in the tile generation? image

Aaron-Rumpler commented 1 year ago

It's a wrap puzzle, so it's supposed to do that.

From the website:

Wrap pipes are a challenging variation of the puzzle. The connections in this variant are allowed to wrap between borders of the board. Imagine copies of the puzzle placed on all sides of it (left, right, top and bottom). This way tiles on the right border can connect to tiles on the left border - or "wrap" around.

Unlike regular pipes puzzles the wrap variant has no convenient outer walls to start the deductions from. Hence its increased difficulty. To help deal with wrap edges multiple copies of the puzzle are shown, tiling the screen. When you rotate a tile all its copies will rotate too.

kpingka commented 1 year ago

Im a dummy :)