Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
dirkbrnd committed Feb 12, 2025
1 parent 2650976 commit 9f3fa0e
Showing 1 changed file with 6 additions and 20 deletions.
26 changes: 6 additions & 20 deletions cookbook/examples/apps/tic_tac_toe/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,34 +52,28 @@ streamlit run cookbook/examples/apps/tic_tac_toe/app.py

## How It Works

The game consists of three main components:
The game consists of three agents:

1. **Master Agent (Referee)**
- Coordinates the game
- Validates moves
- Maintains game state
- Determines game outcome

2. **Player Agents**
2. **Two Player Agents**
- Make strategic moves
- Analyze board state
- Follow game rules
- Respond to opponent moves

3. **Web Interface**
- Displays game board
- Shows move history
- Allows model selection
- Provides game controls

## Available Models

The game supports various AI models:
- GPT-4 (OpenAI)
- Claude (Anthropic)
- GPT-4o (OpenAI)
- GPT-o3-mini (OpenAI)
- Gemini (Google)
- GPT-3.5 Mini
- Llama 3
- Llama 3 (Groq)
- Claude (Anthropic)

## Game Features

Expand All @@ -104,14 +98,6 @@ The game supports various AI models:
- Strategy tracking
- Game statistics

## Contributing

Feel free to contribute to this example by:
- Adding new AI models
- Improving the UI/UX
- Enhancing game strategies
- Adding new features

## Support

Join our [Discord community](https://agno.link/discord) for help and discussions.

0 comments on commit 9f3fa0e

Please sign in to comment.