AI-powered procedural crime investigation game. Every case, suspect, witness, clue, motive, timeline, and interrogation is dynamically generated.
| Audience | Guide | Description |
|---|---|---|
| Players | USER_GUIDE.md | How to install and play the app |
| Developers | DEVELOPER_GUIDE.md | Clone, configure, and run the project locally |
git clone <repository-url> detective
cd detective
npm install
cp .env.example .env # Edit with your keys
npm run build:shared
npm run dev:api # Terminal 1
npm run dev:mobile # Terminal 2See DEVELOPER_GUIDE.md for full setup, environment variables, Docker, mobile device testing, and troubleshooting.
detective/
├── api/ # Express REST API
├── mobile/ # Expo React Native app
├── shared/ # Shared types and validators
└── docs/ # Architecture and API reference
Private — all rights reserved.