Autonomous agents / Jan 2026 - Feb 2026
10-Agent AI Board Game Simulation
Hierarchical multi-agent system where autonomous AI characters play a custom board game through movement, dialogue, actions, and combat.
Multi-agent Systems / Agent Orchestration / Structured JSON / Simulation
10-Agent AI Board Game Simulation
Highlights
- Combined one Dungeon Master agent, three player agents, and specialized dialogue/action sub-agents.
- Generated structured JSON commands for movement, combat, and world actions.
- Maintained shared game state while agents made personality-driven decisions.
System design
The simulation combines a Dungeon Master agent, three player agents, and specialized dialogue/action sub-agents around a shared game state.
What I built
- Structured JSON commands for movement, combat, dialogue, and world actions.
- Shared game-state updates while agents made personality-driven decisions.
- A hierarchical agent setup separating high-level game direction from specialized action and dialogue behavior.