From 0c55b7e16f6c1c3bc0c332ebdbfff9686262804b Mon Sep 17 00:00:00 2001 From: Simon Tatham Date: Sat, 23 Apr 2005 16:35:28 +0000 Subject: Initial checkin of `Solo', the number-placing puzzle popularised by the Times under the name `Sudoku'. [originally from svn r5660] --- list.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'list.c') diff --git a/list.c b/list.c index 9438c7e..be494e8 100644 --- a/list.c +++ b/list.c @@ -24,6 +24,7 @@ extern const game netslide; extern const game pattern; extern const game rect; extern const game sixteen; +extern const game solo; const game *gamelist[] = { &cube, @@ -33,6 +34,7 @@ const game *gamelist[] = { &pattern, &rect, &sixteen, + &solo, }; const int gamecount = lenof(gamelist); -- cgit v1.1