haive.games.single_player.wordle.example ======================================== .. py:module:: haive.games.single_player.wordle.example .. autoapi-nested-parse:: Example Word Connections game with interactive UI. Uses the May 22, 2025 puzzle (#711). Classes ------- .. autoapisummary:: haive.games.single_player.wordle.example.WordConnectionsUI Functions --------- .. autoapisummary:: haive.games.single_player.wordle.example.main Module Contents --------------- .. py:class:: WordConnectionsUI Interactive UI for Word Connections game. Init . .. py:method:: display_grid(state) Display the game grid in a nice format. .. py:method:: display_solution(state) Display the full solution. .. py:method:: play_game() :async: Play the game with AI assistance. .. py:function:: main() :async: Run the example game.