From: simon Date: Tue, 27 Feb 2007 20:52:03 +0000 (+0000) Subject: Another thing to watch out for when adding new puzzles. X-Git-Url: https://git.distorted.org.uk/~mdw/sgt/puzzles/commitdiff_plain/c50ba76eaa4bf1bd9231efc20916911e022382f3 Another thing to watch out for when adding new puzzles. git-svn-id: svn://svn.tartarus.org/sgt/puzzles@7340 cda61777-01e9-0310-a592-d414129be87e --- diff --git a/CHECKLST.txt b/CHECKLST.txt index febfc79..8b33943 100644 --- a/CHECKLST.txt +++ b/CHECKLST.txt @@ -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 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 binaries, to the svn:ignore property.