# turnbase-cli > Generic command-line runner for Turnbase games: headless play, self-play, and interactive play **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:03:15 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 struct PlayArgs - impl PlayArgs - pub fn run - pub fn run_with_play - pub fn run_tui --- ## README.md ### turnbase-cli Generic command-line runner for Turnbase games: headless play, self-play, and interactive play Part of the [turnbase](https://github.com/crates-lurey-io/turnbase) workspace. ## Cargo.toml ```toml [package] name = "turnbase-cli" version = "0.0.0" edition = "2024" description = "Generic command-line runner for Turnbase games: headless play, self-play, and interactive play" 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 "] ```