New puzzle from James H: `Bridges', another Nikoli job.

[originally from svn r6409]
This commit is contained in:
Simon Tatham
2005-10-21 08:07:31 +00:00
parent 6ea453c95f
commit 4faecc7726
4 changed files with 2811 additions and 3 deletions

2
list.c
View File

@ -18,6 +18,7 @@ echo -e '};\n\nconst int gamecount = lenof(gamelist);'
*/
extern const game blackbox;
extern const game bridges;
extern const game cube;
extern const game dominosa;
extern const game fifteen;
@ -43,6 +44,7 @@ extern const game untangle;
const game *gamelist[] = {
&blackbox,
&bridges,
&cube,
&dominosa,
&fifteen,