New puzzle: `twiddle', generalised from a random door-unlocking

gadget in Metroid Prime 2.

[originally from svn r5708]
This commit is contained in:
Simon Tatham
2005-04-30 12:54:22 +00:00
parent 79a77d53e1
commit 3be19aed94
4 changed files with 923 additions and 1 deletions

2
list.c
View File

@ -25,6 +25,7 @@ extern const game pattern;
extern const game rect;
extern const game sixteen;
extern const game solo;
extern const game twiddle;
const game *gamelist[] = {
&cube,
@ -35,6 +36,7 @@ const game *gamelist[] = {
&rect,
&sixteen,
&solo,
&twiddle,
};
const int gamecount = lenof(gamelist);