From 92fe1aef10af2b8dea5a10049e7706d61a230095 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bartug=CC=86=20Kaan=20=20C=CC=A7elebi?= Date: Fri, 20 Jun 2025 16:43:32 +0300 Subject: [PATCH] Fix: Correct run command in AI Game Design Agent README --- .../ai_game_design_agent_team/README.md | 24 ++++++++++++------- 1 file changed, 15 insertions(+), 9 deletions(-) diff --git a/advanced_ai_agents/multi_agent_apps/agent_teams/ai_game_design_agent_team/README.md b/advanced_ai_agents/multi_agent_apps/agent_teams/ai_game_design_agent_team/README.md index 0ad3657..59db7ea 100644 --- a/advanced_ai_agents/multi_agent_apps/agent_teams/ai_game_design_agent_team/README.md +++ b/advanced_ai_agents/multi_agent_apps/agent_teams/ai_game_design_agent_team/README.md @@ -5,13 +5,15 @@ The AI Game Design Agent Team is a collaborative game design system powered by [ ## Features - **Specialized Game Design Agent Team** - - 🎭 **Story Agent**: Specializes in narrative design and world-building, including character development, plot arcs, dialogue writing, and lore creation - - 🎮 **Gameplay Agent**: Focuses on game mechanics and systems design, including player progression, combat systems, resource management, and balancing - - 🎨 **Visuals Agent**: Handles art direction and audio design, covering UI/UX, character/environment art style, sound effects, and music composition - - ⚙️ **Tech Agent**: Provides technical architecture and implementation guidance, including engine selection, optimization strategies, networking requirements, and development roadmap - - 🎯 **Task Agent**: Coordinates between all specialized agents and ensures cohesive integration of different game aspects + + - 🎭 **Story Agent**: Specializes in narrative design and world-building, including character development, plot arcs, dialogue writing, and lore creation + - 🎮 **Gameplay Agent**: Focuses on game mechanics and systems design, including player progression, combat systems, resource management, and balancing + - 🎨 **Visuals Agent**: Handles art direction and audio design, covering UI/UX, character/environment art style, sound effects, and music composition + - ⚙️ **Tech Agent**: Provides technical architecture and implementation guidance, including engine selection, optimization strategies, networking requirements, and development roadmap + - 🎯 **Task Agent**: Coordinates between all specialized agents and ensures cohesive integration of different game aspects - **Comprehensive Game Design Outputs**: + - Detailed narrative and world-building elements - Core gameplay mechanics and systems - Visual and audio direction @@ -20,38 +22,42 @@ The AI Game Design Agent Team is a collaborative game design system powered by [ - Coherent game design from the team. - **Customizable Input Parameters**: + - Game type and target audience - Art style and visual preferences - Platform requirements - Development constraints (time, budget) - Core mechanics and gameplay features -- **Interactive Results**: - - Quick show of game design ideas from each agent - - Detailed results are presented in expandable sections for easy navigation and reference +- **Interactive Results**: + - Quick show of game design ideas from each agent + - Detailed results are presented in expandable sections for easy navigation and reference ## How to Run Follow these steps to set up and run the application: 1. **Clone the Repository**: + ```bash git clone https://github.com/Shubhamsaboo/awesome-llm-apps.git cd advanced_ai_agents/multi_agent_apps/agent_teams/ai_game_design_agent_team ``` 2. **Install Dependencies**: + ```bash pip install -r requirements.txt ``` 3. **Set Up OpenAI API Key**: + - Obtain an OpenAI API key from [OpenAI's platform](https://platform.openai.com) - You'll input this key in the app's sidebar when running 4. **Run the Streamlit App**: ```bash - streamlit run ai_game_design_agent_team/game_design_agent_team.py + streamlit run game_design_agent_team.py ``` ## Usage