New puzzle: Dominosa.

[originally from svn r6091]
This commit is contained in:
Simon Tatham
2005-07-14 17:42:01 +00:00
parent bb63d0d399
commit 69410c7961
4 changed files with 1679 additions and 2 deletions

2
list.c
View File

@ -18,6 +18,7 @@ echo -e '};\n\nconst int gamecount = lenof(gamelist);'
*/
extern const game cube;
extern const game dominosa;
extern const game fifteen;
extern const game flip;
extern const game guess;
@ -34,6 +35,7 @@ extern const game twiddle;
const game *gamelist[] = {
&cube,
&dominosa,
&fifteen,
&flip,
&guess,