src.modules.backend.game_engine
Game engine module for handling the game logic when the computer selects a target word.
Classes
|
Handles the computer vs player game mode. |
- class src.modules.backend.game_engine.GameEngine(event_bus=None)[source]
Handles the computer vs player game mode.
- __init__(event_bus=None)[source]
Initialize a new GameEngine instance.
The GameEngine maintains strict encapsulation by creating and controlling its own WordManager and StatsManager instances.