Haive Games Documentation
=========================
.. raw:: html
🎮 The Ultimate AI Gaming Research Platform
Haive Games - A comprehensive collection of 19+ sophisticated game implementations featuring advanced AI agents, multi-provider LLM support, and tournament-grade analytics for cutting-edge research in strategic intelligence, social psychology, and competitive AI.
🌟 **Beyond Traditional Game AI**
---------------------------------
**Transform Game Theory Research with Advanced AI Implementations:**
**Social Psychology Games**
Among Us, Mafia, Debate, and Clue with deception detection, trust modeling, and behavioral adaptation
**Strategic Intelligence**
Chess, Go, Risk, and Monopoly with deep planning, tactical analysis, and economic reasoning
**Economic Simulation**
Trading games, resource management, and market analysis with complex economic AI
**Puzzle & Logic Games**
Sudoku, Wordle, Mastermind, and logic puzzles with advanced problem-solving algorithms
**Card & Probability Games**
Poker, Blackjack, UNO with sophisticated probability calculation and psychological modeling
Game Categories
---------------
.. raw:: html
🕵️ Social Psychology Games
Advanced Behavioral AI Research
Among Us, Mafia, Debate, and Clue featuring deception detection, trust modeling, and social coordination.
- Hidden roles
- Psychological profiling
- Alliance formation
- Behavioral adaptation
♟️ Strategic Board Games
Deep Strategic Intelligence
Chess, Go, Checkers, and Connect 4 with advanced planning, tactical analysis, and strategic depth.
- Deep planning
- Tactical precision
- Endgame databases
- Tournament support
🎰 Card & Probability Games
Probability & Psychology
Poker, Blackjack, UNO with sophisticated probability calculation, bluffing, and risk assessment.
- Probability calculation
- Bluffing AI
- Risk assessment
- Bankroll management
💰 Economic Games
Complex Economic Simulation
Monopoly, Risk, Trading games with property management, negotiation AI, and market analysis.
- Trade negotiation
- Market analysis
- Economic warfare
- Portfolio optimization
🧩 Puzzle & Logic Games
Analytical Problem Solving
Sudoku, Wordle, Mastermind, Minesweeper with constraint satisfaction and logical deduction.
- Constraint solving
- Pattern recognition
- Logic deduction
- Optimization algorithms
🏆 Tournament System
Cross-Game Competitive Analysis
Multi-provider tournaments, benchmarking, and performance analytics across all game categories.
- Multi-provider support
- Cross-game rankings
- Statistical analysis
- Research tools
.. toctree::
:maxdepth: 2
:caption: Getting Started:
:hidden:
overview
installation
getting_started
concepts
examples
.. toctree::
:maxdepth: 2
:caption: Game Categories:
:hidden:
game_categories
social_psychology_games
engine_architecture
configuration
common_module_overview
.. toctree::
:maxdepth: 2
:caption: Advanced Topics:
:hidden:
tournament_system
schema_system
graph_workflows
tool_integration
persistence_layer
.. toctree::
:maxdepth: 2
:caption: Reference:
:hidden:
api_reference
changelog
common_utilities
Quick Start: AI Game Tournament
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Experience the power of advanced AI gaming research::
from haive.games.chess import ChessAgent
from haive.games.poker import PokerAgent
from haive.games.among_us import AmongUsAgent
from haive.core.engine.aug_llm import AugLLMConfig
# Create AI agents for different games
config = AugLLMConfig()
chess_ai = ChessAgent(name="ChessBot", engine=config)
poker_ai = PokerAgent(name="PokerBot", engine=config)
social_ai = AmongUsAgent(name="SocialBot", engine=config)
# Run games with configured agents
# Each agent uses sophisticated strategies tailored to their game type
Featured Game Showcase
~~~~~~~~~~~~~~~~~~~~~~
.. raw:: html