Rules

  • Your goal is to uncover the image, drawing lines going from star to star to star.
  • Each line can only go perfectly vertically or horizontally between stars.
  • Yellow stars are where a line must turn 90 degrees, either clockwise or counterclockwise. Each yellow star is a point where one of the lines turns, and only one.
  • Blue stars are line ends -- each one must have exactly one line going from it (or ending in it, depending on how you look).
  • Lines can be closed loops -- those lines don't have ends, thus they don't go through blue star.
  • Lines cannot intersect or touch in any way, and grid dots cannot have more than one line going through them.

Controls

  • To draw a line segment, either click on the start and on the end of it, or click and drag from the start, releasing at the end.
  • If you are trying to draw a segment that is not allowed by rules -- it'll be red and won't actually be drawn in the end.
  • To erase draw over the line again
Published 8 days ago
StatusPrototype
PlatformsHTML5
AuthorTaras Mukin
Made withGodot

Comments

Log in with itch.io to leave a comment.

(1 edit) (+1)

I failed to read the instructions and just barrelled in and figured out most of the rules without too much trouble! Puzzles 4 and 5 got me thinking for a hot second for sure

(+1)

Rules do seem way easier to grasp than to explain, because like 80% of the explanation is "nothing weird is allowed", I intend to make a tutorial for the 1.0 (whenever it happens), and I hope I'll be able to just show everything concisely