mirror of
git://git.tartarus.org/simon/puzzles.git
synced 2025-04-20 23:51:29 -07:00
New puzzle: `Inertia', originally written for Windows by Ben
Olmstead and reimplemented with the help of his source code which he was kind enough to release into the public domain. [originally from svn r6222]
This commit is contained in:
2
list.c
2
list.c
@ -23,6 +23,7 @@ extern const game dominosa;
|
||||
extern const game fifteen;
|
||||
extern const game flip;
|
||||
extern const game guess;
|
||||
extern const game inertia;
|
||||
extern const game lightup;
|
||||
extern const game loopy;
|
||||
extern const game map;
|
||||
@ -46,6 +47,7 @@ const game *gamelist[] = {
|
||||
&fifteen,
|
||||
&flip,
|
||||
&guess,
|
||||
&inertia,
|
||||
&lightup,
|
||||
&loopy,
|
||||
&map,
|
||||
|
Reference in New Issue
Block a user