Logic Masters Deutschland e.V.

Star SLICY

(Eingestellt am 2. Dezember 2020, 02:32 Uhr von BenceJoful)

You are given a hexagonal grid, divided by borders into regions.

  • Place 2 stars in each region and line (along each of the three axes), such that no stars are adjacent to one another.
  • In each region, shade in 4 cells to make a S, L, I, C, or Y shape (i.e. tetrahex), as seen above the grid. Shaded cells must not contain stars.
  • When two tetrahexes touch, they may not be the same shape (e.g. S may touch L, but not another S).
  • All shaded cells connect into a single continuous network.
  • No three shaded cells may be grouped together, such that they share a corner/vertex.

Penpa+ link with solution check (using Surface for SLICY and Composite/Object/StarBattle)

Example (with 1 star per region/axis):

Lösungscode:

For each cell along lines A and B: if the cell is part of a tetrahex, put the shape of that tetrahex. If the cell has a star, put *.

In the above example, the solution code is L*YLLCYS*I.

Zuletzt geändert am 27. November 2023, 21:14 Uhr

Gelöst von jessica6, CJK, Thomster, Eggr, zorant, ropeko, bernhard, Jesper, NikolaZ, Zzzyxas, SirEliClark, misko, checkoway, moss, starelev5, StefanSch, stefliew, Mark Sweep, Statistica, moeve, polar, ... ChristJan, RJBlarmo, ako, Andersong, guihori, bcsj, CahounCZ, ildiko, Alca05, Uhu, Ebbev, kiwi0710, lukeyy, horanayru, ManuH, ffricke, lmdemasi, Nell Gwyn, Niku, Madoka42, Vebby, vivo50, AaronB
Komplette Liste

Kommentare

am 21. März 2024, 21:33 Uhr von AaronB
I wish I could rate this puzzle 'extremely nice'.

am 27. November 2023, 21:14 Uhr von BenceJoful
Updated previously dead link

am 16. November 2023, 04:28 Uhr von Aeneryss
The link doesn't work for me :<

Zuletzt geändert am 18. März 2021, 21:54 Uhr

am 15. März 2021, 18:51 Uhr von StefanSch
From the rules it is not clear, if a closed loop of shaded cells is allowed or forbidden. It seems to be allowed.
Clever construction!

-------
Bence: Yes, you may have a closed loop/ring of shaded cells as long as the other rules are followed. Thanks!

am 2. Dezember 2020, 15:45 Uhr von jessica6
nice hex variant of LITS and even as a combo with Starbattle

Schwierigkeit:3
Bewertung:99 %
Gelöst:47 mal
Beobachtet:7 mal
ID:0004UM

Rätselkombination Rätselvariante Hexagonal SLICY

Lösung abgeben

Lösungscode:

Anmelden