From b16eece9fc502afb9dfb0aca9fd7bfba2239d3e3 Mon Sep 17 00:00:00 2001 From: Simon Tatham Date: Sun, 22 Jan 2012 14:14:26 +0000 Subject: New puzzle! Or rather, new-ish, because this one has been lying around in the 'unfinished' directory for a while, and has now been finished up thanks to James Harvey putting in some effort and galvanising me to put in the rest. This is 'Pearl', an implementation of Nikoli's 'Masyu'. The code in Loopy that generates a random loop along grid edges to use as the puzzle solution has been abstracted out into loopgen.[ch] so that Pearl can use it for its puzzle solutions too. I've also introduced a new utility module called 'tdq' (for 'to-do queue'). [originally from svn r9379] --- loopy.R | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'loopy.R') diff --git a/loopy.R b/loopy.R index c15e39c..5bad5d2 100644 --- a/loopy.R +++ b/loopy.R @@ -1,6 +1,6 @@ # -*- makefile -*- -LOOPY_EXTRA = tree234 dsf grid penrose +LOOPY_EXTRA = tree234 dsf grid penrose loopgen loopy : [X] GTK COMMON loopy LOOPY_EXTRA loopy-icon|no-icon -- cgit v1.1