docs: canonical merged HOL product scope - #84
Conversation
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: ade04dffe4
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
| 1. Locked correct beats unlocked correct. | ||
| 2. If equal, smaller remaining candidate range wins. | ||
| 3. If still tied, enter Sudden Death. | ||
| 4. Sudden Death continues until one player wins outright. |
There was a problem hiding this comment.
Define how Sudden Death creates a playable state
When this step is reached, both players have already guessed the other secret, so the existing hidden-number state cannot simply continue: another ordinary round would make both known answers immediate hits again. Define whether Sudden Death re-deals secrets and resets candidate bounds, Locks, counts, and the opener; otherwise the C# and CloudScript rule machines can implement incompatible transitions for this P0 mode.
AGENTS.md reference: AGENTS.md:L175-L179
Useful? React with 👍 / 👎.
| 3. If still tied, enter Sudden Death. | ||
| 4. Sudden Death continues until one player wins outright. | ||
| 5. Use a configurable hard cap. | ||
| 6. At cap, fewest total guesses wins. |
There was a problem hiding this comment.
Do not reward forfeited turns at the hard cap
When a player misses Lock, the preceding rule removes their next turn, while both existing rule implementations increment guess counts only for submitted guesses. If the players later reach an equal-range double hit and Sudden Death reaches its cap, the penalized player therefore has fewer total guesses and this rule awards them the match for having forfeited. Count consumed forfeits for this comparison, reset the comparison at Sudden Death, or use a tiebreak that cannot turn the Lock penalty into an advantage.
AGENTS.md reference: AGENTS.md:L175-L179
Useful? React with 👍 / 👎.
Codex Review SummaryThis comment shows the latest Codex review activity on this pull request.
ℹ️ About Codex in GitHubYour team has set up Codex to review pull requests in this repo. Reviews are triggered when you
Codex reacts with 👀 while any review is running, comments if it has suggestions, and reacts with 👍 once all reviews finish with no findings. |
Purpose
Creates one canonical product scope merging the strongest gameplay and retention ideas from the Kimi deployment scope with the existing Unity HOL architecture and approved product direction.
Key product decisions
This PR is documentation only and does not change gameplay code.