haive.games.graphs¶
LangGraph Platform graph entry points for haive-games.
This module exposes all game agent graphs as callable factories for
LangGraph Platform (langgraph.json). Each function returns a compiled
LangGraph StateGraph served via langgraph dev or LangGraph Cloud.
All 22 games listed here can be instantiated with default configuration.
Functions¶
|
Among Us: Multi-agent social deduction game. |
Battleship: AI vs AI naval strategy. |
|
Blackjack: Card game against the dealer. |
|
|
Checkers: AI vs AI draughts. |
|
Chess: AI vs AI standard chess. |
|
Clue/Cluedo: Multi-agent mystery deduction. |
|
Connect4: AI vs AI four-in-a-row. |
|
Debate: Multi-agent structured debate. |
|
Dominoes: AI vs AI tile-matching game. |
Flow Free: Single-player path-connection puzzle. |
|
Fox and Geese: AI vs AI asymmetric hunt game. |
|
|
Go: AI vs AI on a Go board. |
|
Texas Hold'em: Multi-agent poker variant. |
|
Mafia: Multi-agent social deduction game. |
|
Mancala: AI vs AI seed-sowing board game. |
Mastermind: AI code-breaking logic game. |
|
|
Monopoly: Multi-agent economic board game. |
|
Nim: AI vs AI mathematical strategy game. |
|
Poker: Multi-agent card game. |
|
Reversi/Othello: AI vs AI disc-flipping strategy. |
|
Risk: Multi-agent world domination strategy. |
Tic-Tac-Toe: AI vs AI on a 3x3 grid. |
|
|
Word Connections: Single-player word puzzle. |
Module Contents¶
- haive.games.graphs.poker()[source]¶
Poker: Multi-agent card game.
Note: Poker requires engine configurations for each player.