Best-effort sim index from a filename: the last integer in its stem (``sim_18`` -> 18, ``round_1`` -> 1), else 0. ``discover_games`` de-duplicates any collisions within a round.
(name: str)
| 100 | without building all frames. Return ``None`` (the default) if not implemented -- |
| 101 | the index then just omits the per-sim winner rather than paying a full parse.""" |
| 102 | return None |
| 103 | |
| 104 | |
| 105 | # -------------------------------------------------------------------------------------- |
| 106 | # Sim discovery + reading |
| 107 | # -------------------------------------------------------------------------------------- |
| 108 | |
| 109 |