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:
Simon Tatham
2005-08-27 09:21:22 +00:00
parent 067f06053c
commit 622a5ff678
4 changed files with 1381 additions and 2 deletions

2
list.c
View File

@ -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,