aboutsummaryrefslogtreecommitdiff
path: root/list.c
diff options
context:
space:
mode:
authorSimon Tatham <anakin@pobox.com>2005-08-24 21:32:54 +0000
committerSimon Tatham <anakin@pobox.com>2005-08-24 21:32:54 +0000
commitc9b47daf1b11d7187e2d910c51c5679908782c80 (patch)
tree7fe43e776baf431c158bbd8c45ece31aaf74c341 /list.c
parentc6fa81bfc061a647bbcfe2740acade4a7bc325ae (diff)
downloadpuzzles-c9b47daf1b11d7187e2d910c51c5679908782c80.zip
puzzles-c9b47daf1b11d7187e2d910c51c5679908782c80.tar.gz
puzzles-c9b47daf1b11d7187e2d910c51c5679908782c80.tar.bz2
puzzles-c9b47daf1b11d7187e2d910c51c5679908782c80.tar.xz
New puzzle: `Loopy', an implementation of Nikoli's `Slither Link' or
`Loop the Loop' puzzle. Contributed by Mike Pinna. [originally from svn r6211]
Diffstat (limited to 'list.c')
-rw-r--r--list.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/list.c b/list.c
index aedbfcb..0ca9b1c 100644
--- a/list.c
+++ b/list.c
@@ -24,6 +24,7 @@ extern const game fifteen;
extern const game flip;
extern const game guess;
extern const game lightup;
+extern const game loopy;
extern const game map;
extern const game mines;
extern const game net;
@@ -46,6 +47,7 @@ const game *gamelist[] = {
&flip,
&guess,
&lightup,
+ &loopy,
&map,
&mines,
&net,