Posts

Showing posts from November, 2024

#32 - Cliques

Image
Rules:   Divide the grid into regions of orthogonally connected cells, each containing exactly one clue. Clues represent all the different sizes of the contiguous groups of same-colored cells within their region. Each number within a region must be represented by at least one such group. Solve the example puzzle online Solve the main puzzle online

#31 - Parallel Hell

Image
Rules:   Draw straight lines connecting pairs of nodes to form a loop which travels through each node once. Lines may not pass through crosses or other nodes, but may intersect each other. No two lines may be parallel. Solve it online