This script defines classes and functions for a Scrabble game. Classes: - Tile: Represents a single tile with a letter and its score. - Rack: Manages the player's tile rack (their hand of tiles). - ...
scrabble-ai-companion/ ├── apps/ │ ├── moderator/ # Phone app for game moderation │ └── companion/ # Tablet app for players ├── shared/ # Shared code and resources ├── docs/ # Documentation └── ...