cnwinds

7 mods across 1 repository, 6 stars between them.

README

01

cnwinds/ai-detective

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.

6 1y ago A 3,500 tokens original MIT

ai-detective-game

02

cnwinds/ai-detective

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.

6 1y ago A 0 tokens original MIT

api-development

03

cnwinds/ai-detective

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.

6 1y ago A 0 tokens original MIT

backend-development

04

cnwinds/ai-detective

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.

6 1y ago A 0 tokens original MIT

cnwinds/ai-detective

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()…

6 1y ago A 0 tokens original MIT

cnwinds/ai-detective

Cursor rule Cursor

A colour and accessibility rulebook for the AI detective game’s interface, covering light and dark themes on desktop and mobile.

6 1y ago A 0 tokens original MIT