liarsdice namespace
Main namespace for the Liar's Dice game.
The liarsdice namespace contains all the components of the Liar's Dice game implementation. It is organized into several sub-namespaces for better organization and separation of concerns.
Namespaces
- namespace ai
- Artificial Intelligence strategies and decision making.
- namespace app
- namespace bayesian
- namespace config
- Configuration management system.
- namespace core
- Core game logic and entities.
- namespace data_structures
- High-performance data structures.
- namespace database
- namespace di
- Dependency injection framework.
- namespace exceptions
- Custom exception hierarchy.
- namespace logging
- Logging infrastructure.
- namespace performance
- Performance optimization utilities.
- namespace statistics
- Statistical analysis tools.
- namespace ui