mirror of
https://github.com/Shubhamsaboo/awesome-llm-apps.git
synced 2026-03-12 01:57:58 -05:00
[PR #132] [MERGED] Tic tac toe game #189
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/Shubhamsaboo/awesome-llm-apps/pull/132
Author: @anuragts
Created: 2/25/2025
Status: ✅ Merged
Merged: 2/25/2025
Merged by: @Shubhamsaboo
Base:
main← Head:feat/tic-tac-toe-game📝 Commits (2)
5bf2ed1feat: tic tac toe6d1b22bDelete .gitignore📊 Changes
5 files changed (+1183 additions, -0 deletions)
View changed files
➕
ai_agent_tutorials/ai_tic_tac_toe_game/README.md(+103 -0)➕
ai_agent_tutorials/ai_tic_tac_toe_game/agents.py(+165 -0)➕
ai_agent_tutorials/ai_tic_tac_toe_game/app.py(+261 -0)➕
ai_agent_tutorials/ai_tic_tac_toe_game/requirements.txt(+238 -0)➕
ai_agent_tutorials/ai_tic_tac_toe_game/utils.py(+416 -0)📄 Description
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.