Another thing to watch out for when adding new puzzles.

[originally from svn r7340]
This commit is contained in:
Simon Tatham
2007-02-27 20:52:03 +00:00
parent 1dc3ce6d90
commit e735704514

View File

@ -36,6 +36,10 @@ Make sure there's a Windows help topic name defined in puzzles.but,
and that it's referenced by the help topic field in the game and that it's referenced by the help topic field in the game
structure in the source file. structure in the source file.
Make sure the puzzle works on PocketPC. At the very least, check
that it specifies REQUIRE_RBUTTON and/or REQUIRE_NUMPAD as
appropriate; but better, actually test it on the emulator.
Add the new Unix binary name, and the names of any auxiliary solver Add the new Unix binary name, and the names of any auxiliary solver
binaries, to the svn:ignore property. binaries, to the svn:ignore property.