games.single_player.wordle.example¶
Example Word Connections game with interactive UI.
Uses the May 22, 2025 puzzle (#711).
Classes¶
Interactive UI for Word Connections game. |
Functions¶
|
Run the example game. |
Module Contents¶
- class games.single_player.wordle.example.WordConnectionsUI¶
Interactive UI for Word Connections game.
Init .
- display_grid(state)¶
Display the game grid in a nice format.
- Parameters:
state (haive.games.single_player.wordle.models.WordConnectionsState)
- display_solution(state)¶
Display the full solution.
- Parameters:
state (haive.games.single_player.wordle.models.WordConnectionsState)
- async play_game()¶
Play the game with AI assistance.
- async games.single_player.wordle.example.main()¶
Run the example game.