# turnbase-match > Turn-loop orchestration for the Turnbase engine: seat agents and a match stepper **Version:** 0.0.0 **Authors:** Matan Lurey **License:** MIT OR Apache-2.0 **Repository:** https://github.com/crates-lurey-io/turnbase **Keywords:** game-engine, turn-based, deterministic, gamedev, ai Generated: 2026-07-25 17:07:54 UTC Created by: [cargo-llms-txt](https://github.com/masinc/cargo-llms-txt) ## Core Documentation - [Complete API Documentation](llms-full.txt): Full public API documentation with detailed descriptions - [README](README.md): Project overview and getting started guide - [Cargo.toml](Cargo.toml): Project configuration and dependencies ## Table of Contents ### src/lib.rs - pub use simulator::{PlayerAgent, Simulator} ### src/simulator.rs - pub enum PlayerAgent - pub struct Simulator - impl Simulator - impl Simulator - impl Game for tests::CountToThree - impl Game for tests::RevealOnce --- ## README.md ### turnbase-match Turn-loop orchestration for the Turnbase engine: seat agents and a match stepper Part of the [turnbase](https://github.com/crates-lurey-io/turnbase) workspace. ## Cargo.toml ```toml [package] name = "turnbase-match" version = "0.0.0" edition = "2024" description = "Turn-loop orchestration for the Turnbase engine: seat agents and a match stepper" license = "MIT OR Apache-2.0" repository = "https://github.com/crates-lurey-io/turnbase" keywords = ["game-engine","turn-based","deterministic","gamedev","ai"] categories = ["game-development","simulation"] authors = ["Matan Lurey "] ```