API Reference
This section provides detailed API documentation for all modules and classes in the Wordle Solver.
Core Modules
Main entry point for the Wordle Solver application. |
|
Game engine module for handling the game logic when the computer selects a target word. |
|
Game history management for reviewing previous games. |
Frontend
Backend Components
Solver strategies subpackage. |
|
Module for managing game statistics and history. |
|
Enumeration of result colors for Wordle feedback. |
|
Custom exception classes for the Wordle Solver application. |
Common Utilities
Centralized imports and type definitions for the Wordle Solver. |
|
Common utilities for error handling and validation across the Wordle Solver. |
|
Caching utilities for performance optimization in the Wordle Solver. |
|
Dependency injection container for the Wordle Solver application. |
|
Enhanced strategy management with improved factory pattern and performance optimizations. |
Configuration
Configuration settings for the Wordle solver application. |