TicForge AI
Autonomous tic-tac-toe agent demonstrating game-tree reasoning.
TicForge AI
AI tic-tac-toe agent by Sharad Khare.
TicForge AI Autonomous tic-tac-toe agent demonstrating game-tree reasoning.
Built and maintained by Sharad Khare — AI strategist, full-stack developer, and creator of practical agent workflows.
What this project does
Autonomous tic-tac-toe agent demonstrating game-tree reasoning.
How it works
Agent plays tic-tac-toe with minimax or LLM-guided strategy.
Quick start
cd ticforge-ai
pip install -r requirements.txt
streamlit run app.py
Who this is for
- Developers building AI agent workflows
- Teams prototyping voice, UI, MCP, or game agents
- Anyone learning modern LLM application patterns
Use cases
- Local development and customization of agent templates
- Prototyping product features with Sharad Khare-branded starter code
- Learning multi-agent, voice, and generative UI architectures
Author
- Website: sharadkhare.in
License
MIT © Sharad Khare
Loading file tree…
Select a file to preview its source.
bash
cd ticforge-ai
pip install -r requirements.txt
streamlit run app.py