get_game_stats
Retrieve pre-game state for a Wordle match, including guess dictionary size, eligible answer count, and starting uncertainty in bits, to set up optimal opening moves before any guess is made.
Instructions
Get the state of a Wordle game before any guess has been made.
Call this at the START of a game, before the first guess: it returns the size of the guess dictionary, how many words are eligible answers, and the starting uncertainty in bits. Do not call recommend_guesses with an empty guess history - scoring the full dictionary is too expensive, so open with a standard high-information first word instead.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||