mirror of
git://git.tartarus.org/simon/puzzles.git
synced 2025-04-20 23:51:29 -07:00
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:
2
list.c
2
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,
|
||||
|
Reference in New Issue
Block a user