Skip to content

Repository files navigation

Detective Master

AI-powered procedural crime investigation game. Every case, suspect, witness, clue, motive, timeline, and interrogation is dynamically generated.


Documentation

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

Quick start (developers)

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 2

See DEVELOPER_GUIDE.md for full setup, environment variables, Docker, mobile device testing, and troubleshooting.


Repository layout

detective/
├── api/          # Express REST API
├── mobile/       # Expo React Native app
├── shared/       # Shared types and validators
└── docs/         # Architecture and API reference

License

Private — all rights reserved.

About

Procedural crime investigation game. Every case, suspect, witness, clue, motive, timeline, and interrogation is dynamically generated.

Resources

Stars

1 star

Watchers

0 watching

Forks

Releases

Packages

Used by

Contributors

Languages