--- title: Unpredictable Lord emoji: 🫅 colorFrom: blue colorTo: pink sdk: gradio sdk_version: 6.0.0 app_file: app.py pinned: false license: mit short_description: A strategy game where the player manages a realm by advising an AI Lord. tags: - mcp-in-action-track-creative --- Check out the configuration reference at ## Development ### Setup ```sh uv sync --frozen ``` ### Run locally ```sh uv run gradio app.py ```