How to play
You complete Herugolf when every numbered ball reaches one hole through the required countdown of shot lengths without path intersections. The engine evaluates the full position rather than relying on a visual shortcut or an unsupported solvability claim.
- Herugolf opens from a versioned seeded position built for golf balls moved in straight diminishing-length shots to distinct holes while shot paths may not cross or leave the board. Its game ID, rules profile, and deal identity are stored together so restart recreates the same opening without a server request.
- Every Herugolf action is checked against the current board, available material, and this defining restriction: each successive shot is exactly one cell shorter than the previous shot, and a landing point becomes the next shot's origin. Invalid, stale, or post-terminal actions leave the position unchanged.
- You complete Herugolf when every numbered ball reaches one hole through the required countdown of shot lengths without path intersections. The engine evaluates the full position rather than relying on a visual shortcut or an unsupported solvability claim.
Strategy tips
- A practical Herugolf plan is to preserve several legal continuations around golf balls moved in straight diminishing-length shots to distinct holes while shot paths may not cross or leave the board. Use the deterministic hint to inspect one legal action, then compare how it affects the documented objective before committing.
- A common Herugolf error is to ignore the boundary rule that each successive shot is exactly one cell shorter than the previous shot, and a landing point becomes the next shot's origin. Undo is useful for studying that decision, while restart deliberately preserves the original seeded position.
- Near the end of Herugolf, recount the remaining obligations needed until every numbered ball reaches one hole through the required countdown of shot lengths without path intersections. Check the boundary rule after every final placement or transfer because terminal status is enforced immediately.