README
01Cursor rule Cursor
A set of Cursor rules for an AI detective game, covering its project structure, game logic, frontend, backend, API, themes, and troubleshooting.
Cursor rule Cursor
A set of Cursor rules for an AI detective game, covering its project structure, game logic, frontend, backend, API, themes, and troubleshooting.
Cursor rule Cursor
A set of project rules for an AI-powered detective game: a web game where an AI helps drive an investigation. It documents a Python FastAPI back end, a MySQL database, a plain JavaScript front end, and Docker deployment.
Cursor rule Cursor
API documentation for an AI detective game running at a local web address. An API is a set of endpoints that software uses to request data or perform actions.
Cursor rule Cursor
Backend development rules for an AI detective game built with Python and FastAPI. The rules describe its folder structure, imports, naming, architecture, and development practices.
Cursor rule Cursor
// DetectiveGameApp类 - 主应用架构 class DetectiveGameApp { constructor() { this.sessionId = null; this.gameState = { phase: 'case-selection', selectedCase: null, selectedCharacter: null, evidenceFound: [], conversationHistory: {}, rounds: 0 }; this.apiHelper = new APIHelper(); this.themeManager = new ThemeManager()…
Cursor rule Cursor
A colour and accessibility rulebook for the AI detective game’s interface, covering light and dark themes on desktop and mobile.
Cursor rule Cursor
症状: ModuleNotFoundError: No module named 'xxx' 排查步骤.