mirror of
git://git.tartarus.org/simon/puzzles.git
synced 2025-04-20 23:51:29 -07:00
Peg Solitaire implementation, complete with a random board
generator. The generator is lacking in almost any kind of finesse, but it produces puzzles which at least _I_ find plausibly puzzling. [originally from svn r6052]
This commit is contained in:
2
list.c
2
list.c
@ -25,6 +25,7 @@ extern const game mines;
|
||||
extern const game net;
|
||||
extern const game netslide;
|
||||
extern const game pattern;
|
||||
extern const game pegs;
|
||||
extern const game rect;
|
||||
extern const game samegame;
|
||||
extern const game sixteen;
|
||||
@ -40,6 +41,7 @@ const game *gamelist[] = {
|
||||
&net,
|
||||
&netslide,
|
||||
&pattern,
|
||||
&pegs,
|
||||
&rect,
|
||||
&samegame,
|
||||
&sixteen,
|
||||
|
Reference in New Issue
Block a user