From 6860c65bb3807dd83830e047d35d8f0fe4e89a86 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonas=20K=C3=B6lker?= Date: Fri, 2 Oct 2015 13:13:39 +0200 Subject: Add a new puzzle: Palisade. --- html/palisade.html | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 html/palisade.html (limited to 'html') diff --git a/html/palisade.html b/html/palisade.html new file mode 100644 index 0000000..5b6b933 --- /dev/null +++ b/html/palisade.html @@ -0,0 +1,11 @@ +Palisade +

+Draw lines along the grid edges, in such a way that the grid is +divided into connected regions, all of the size shown in the status +line. Also, each square containing a number should have that many of +its edges drawn in. +

+Click on a grid edge to mark it as a division between regions (black), +and again to return to marking it as undecided (yellow). Right-click +on a grid edge to mark it as definitely not part of the loop (faint +grey), and again to mark it as undecided again. -- cgit v1.1