New puzzle: Loopy', an implementation of Nikoli's Slither Link' or

`Loop the Loop' puzzle. Contributed by Mike Pinna.

[originally from svn r6211]
This commit is contained in:
Simon Tatham
2005-08-24 21:32:54 +00:00
parent c6fa81bfc0
commit c9b47daf1b
6 changed files with 2764 additions and 4 deletions

2
list.c
View File

@ -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,