Saturday, January 2, 2021

Puzzle 167: Snakes on a Plain

This puzzle type was invented by Kobi Perl. The following puzzle was written by me.

סוג החידה הזה הומצא על ידי קובי פרל. החידה הבאה נכתבה על ידי.

Rules:

  • A snake is a strip of width one, that can include vertical and horizontal turns, but not diagonal ones.
  • For each snake, one of the ends is called the head.
  • A snake never touches itself vertically or horizontally.
  • Two snakes cannot intersect with each other (that is, two snakes cannot share a cell).
  • You need to fill the entire board with snakes.
  • Every snake head is marked with two numbers - the larger one indicating the length of the snake, and the smaller indicating the number of turns the snake makes.
  • The puzzle has a single solution.

חוקים:

  • נחש הוא רצועה בעובי משבצת אחת, שיכולה לכלול פניות אופקיות ואנכיות אך לא אלכסוניות.
  • בכל נחש אחד מהקצוות מכונה ראש.
  • נחש לעולם אינו נוגע בעצמו אופקית או אנכית.
  • שני נחשים לעולם אינם חופפים (כלומר, שני נחשים לא יכולים לחלוק את אותה המשבצת).
  • יש למלא את כל הלוח בנחשים.
  • כל ראש נחש מסומן במשבצת עם זוג מספרים - המספר הגדול יותר מייצג את אורך הנחש, והשני מייצג את מספר הפניות שעושה הנחש.
  • קיים פיתרון יחיד.

Example:
דוגמה:

The puzzle:
החידה:

No comments:

Post a Comment