haive.games.debate_v2.example¶

Gamified Debate Examples - Modern Implementation.

This module demonstrates the new gamified debate system that works properly with topic handling and doesn’t suffer from the DynamicGraph initialization issues.

Functions¶

example_1_simple_game_debate()

Example 1: Simple Gamified Debate with Scoring.

example_2_ai_regulation_tournament()

Example 2: AI Regulation Tournament Match.

example_3_rapid_fire_debate()

Example 3: Rapid-Fire Debate Game.

main()

Main entry point for gamified debate examples.

run_all_examples()

Run all gamified debate examples.

Module Contents¶

haive.games.debate_v2.example.example_1_simple_game_debate()[source]¶

Example 1: Simple Gamified Debate with Scoring.

Demonstrates the basic gamified debate with: - Proper topic handling (no None issues) - Scoring system for arguments and rebuttals - Evidence bonuses and repetition penalties - Clean game-like conclusion

haive.games.debate_v2.example.example_2_ai_regulation_tournament()[source]¶

Example 2: AI Regulation Tournament Match.

Demonstrates: - Tournament-style competitive debate - Multiple evidence-based arguments - Performance tracking - Professional tournament atmosphere

haive.games.debate_v2.example.example_3_rapid_fire_debate()[source]¶

Example 3: Rapid-Fire Debate Game.

Demonstrates: - Quick, focused debate format - Lower scoring thresholds for speed - Concise arguments only - Fast-paced game experience

haive.games.debate_v2.example.main()[source]¶

Main entry point for gamified debate examples.

async haive.games.debate_v2.example.run_all_examples()[source]¶

Run all gamified debate examples.