- Add FastAPI backend with WebSocket support - Implement ConnectionManager for client connections - Create GameEngine with async game loop (2s tick) - Add RuleBasedAgent for keyword-based responses - Define Pydantic schemas for GameEvent protocol - Create debug frontend dashboard for testing 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
5 lines
76 B
Plaintext
5 lines
76 B
Plaintext
fastapi>=0.109.0
|
|
uvicorn[standard]>=0.27.0
|
|
websockets>=12.0
|
|
pydantic>=2.5.0
|