In order to make the list, I think the run should meet these criteria:
1. The run should comply with all the rules except the "The movie must be good" section.
2. The game may not have a published run on the site.
3. If there are multiple runs of the same game that meet the two criteria above, only the fastest (or "best" in some sense) one is listed.
In some sense it might be a good idea to include all runs of a rejected game, not just the fastest one, since runs that are overall slower might include some trick that the others don't. However, if all runs are listed, the list would get very clustered.
It might be possible to automate this by the following algorithm:
Loop through all the submitted movies, and if a movie meets the three criteria above, add it to a list. Criteria 1 might be hard to check automatically, but 2 and 3 should be possible.
Should we create a page for this list, and in that case, what should we call that page? How should this list be structured?