Fix: Correct run command in AI Game Design Agent README
This commit is contained in:
parent
ae03d22f6d
commit
92fe1aef10
1 changed files with 15 additions and 9 deletions
|
|
@ -5,13 +5,15 @@ The AI Game Design Agent Team is a collaborative game design system powered by [
|
||||||
## Features
|
## Features
|
||||||
|
|
||||||
- **Specialized Game Design Agent Team**
|
- **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
|
- 🎭 **Story Agent**: Specializes in narrative design and world-building, including character development, plot arcs, dialogue writing, and lore creation
|
||||||
- 🎨 **Visuals Agent**: Handles art direction and audio design, covering UI/UX, character/environment art style, sound effects, and music composition
|
- 🎮 **Gameplay Agent**: Focuses on game mechanics and systems design, including player progression, combat systems, resource management, and balancing
|
||||||
- ⚙️ **Tech Agent**: Provides technical architecture and implementation guidance, including engine selection, optimization strategies, networking requirements, and development roadmap
|
- 🎨 **Visuals Agent**: Handles art direction and audio design, covering UI/UX, character/environment art style, sound effects, and music composition
|
||||||
- 🎯 **Task Agent**: Coordinates between all specialized agents and ensures cohesive integration of different game aspects
|
- ⚙️ **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**:
|
- **Comprehensive Game Design Outputs**:
|
||||||
|
|
||||||
- Detailed narrative and world-building elements
|
- Detailed narrative and world-building elements
|
||||||
- Core gameplay mechanics and systems
|
- Core gameplay mechanics and systems
|
||||||
- Visual and audio direction
|
- 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.
|
- Coherent game design from the team.
|
||||||
|
|
||||||
- **Customizable Input Parameters**:
|
- **Customizable Input Parameters**:
|
||||||
|
|
||||||
- Game type and target audience
|
- Game type and target audience
|
||||||
- Art style and visual preferences
|
- Art style and visual preferences
|
||||||
- Platform requirements
|
- Platform requirements
|
||||||
- Development constraints (time, budget)
|
- Development constraints (time, budget)
|
||||||
- Core mechanics and gameplay features
|
- Core mechanics and gameplay features
|
||||||
|
|
||||||
- **Interactive Results**:
|
- **Interactive Results**:
|
||||||
- Quick show of game design ideas from each agent
|
- Quick show of game design ideas from each agent
|
||||||
- Detailed results are presented in expandable sections for easy navigation and reference
|
- Detailed results are presented in expandable sections for easy navigation and reference
|
||||||
|
|
||||||
## How to Run
|
## How to Run
|
||||||
|
|
||||||
Follow these steps to set up and run the application:
|
Follow these steps to set up and run the application:
|
||||||
|
|
||||||
1. **Clone the Repository**:
|
1. **Clone the Repository**:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
git clone https://github.com/Shubhamsaboo/awesome-llm-apps.git
|
git clone https://github.com/Shubhamsaboo/awesome-llm-apps.git
|
||||||
cd advanced_ai_agents/multi_agent_apps/agent_teams/ai_game_design_agent_team
|
cd advanced_ai_agents/multi_agent_apps/agent_teams/ai_game_design_agent_team
|
||||||
```
|
```
|
||||||
|
|
||||||
2. **Install Dependencies**:
|
2. **Install Dependencies**:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
pip install -r requirements.txt
|
pip install -r requirements.txt
|
||||||
```
|
```
|
||||||
|
|
||||||
3. **Set Up OpenAI API Key**:
|
3. **Set Up OpenAI API Key**:
|
||||||
|
|
||||||
- Obtain an OpenAI API key from [OpenAI's platform](https://platform.openai.com)
|
- 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
|
- You'll input this key in the app's sidebar when running
|
||||||
|
|
||||||
4. **Run the Streamlit App**:
|
4. **Run the Streamlit App**:
|
||||||
```bash
|
```bash
|
||||||
streamlit run ai_game_design_agent_team/game_design_agent_team.py
|
streamlit run game_design_agent_team.py
|
||||||
```
|
```
|
||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue