From: Simon Tatham 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://www.chiark.greenend.org.uk/ucgi/~ian/git?a=commitdiff_plain;h=e73570451403c0bbc22d231d6f16cd5afab1524e;p=sgt-puzzles.git Another thing to watch out for when adding new puzzles. [originally from svn r7340] --- 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.