mirror of
git://git.tartarus.org/simon/puzzles.git
synced 2025-04-20 23:51:29 -07:00
Initial checkin of `Solo', the number-placing puzzle popularised by
the Times under the name `Sudoku'. [originally from svn r5660]
This commit is contained in:
2
list.c
2
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);
|
||||
|
Reference in New Issue
Block a user