diff options
| author | Simon Tatham <anakin@pobox.com> | 2005-08-24 21:32:54 +0000 |
|---|---|---|
| committer | Simon Tatham <anakin@pobox.com> | 2005-08-24 21:32:54 +0000 |
| commit | c9b47daf1b11d7187e2d910c51c5679908782c80 (patch) | |
| tree | 7fe43e776baf431c158bbd8c45ece31aaf74c341 /list.c | |
| parent | c6fa81bfc061a647bbcfe2740acade4a7bc325ae (diff) | |
| download | puzzles-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.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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, |