haive.games.single_player.wordle.example¶

Example Word Connections game with interactive UI.

Uses the May 22, 2025 puzzle (#711).

Classes¶

WordConnectionsUI

Interactive UI for Word Connections game.

Functions¶

main()

Run the example game.

Module Contents¶

class haive.games.single_player.wordle.example.WordConnectionsUI[source]¶

Interactive UI for Word Connections game.

Init .

display_grid(state)[source]¶

Display the game grid in a nice format.

Parameters:

state (haive.games.single_player.wordle.models.WordConnectionsState)

display_solution(state)[source]¶

Display the full solution.

Parameters:

state (haive.games.single_player.wordle.models.WordConnectionsState)

async play_game()[source]¶

Play the game with AI assistance.

async haive.games.single_player.wordle.example.main()[source]¶

Run the example game.