"Desi Detective" - Advanced Forensic OS
⚠️ DEVELOPER NOTE: The creator hasn't fully completed/polished all the cases yet. The framework is in place, but the mysteries run deep. Can you solve them before I do?
We are releasing this to the community in its current state.
- FORK THIS REPO if you manage to complete the storylines or add new depths to them before the original creator.
- CONTRIBUTE your own procedural cases.
Want to play locally or contribute? Follow these steps:
- Node.js (v18 or higher)
- npm or yarn
-
Clone the Repository
git clone https://github.com/aryancodesit/Desi_Destective.git cd Desi_Destective -
Install Dependencies
npm install # or yarn install -
Run the OS
npm run dev
Open http://localhost:3000 in your browser to enter to your detective PC.
When you finish playing (or fixing/expanding) the cases, please open a standard Issue or Pull Request sharing:
- Time Taken: Approx time to solve all 5 cases.
- Rating: Your rating out of 10.
- Feedback: What mechanics did you enjoy?
- 001: Silence of the Sangeet (Steganography)
- 002: Bangalore Bit-Rot (Hex Analysis)
- 003: Ghost of Golconda (Audio Isolation)
- 004: Midnight Local (Time Synchronization)
- 005: Bollywood Blackmail (Geo-Triangulation)
- Framework: Next.js
- Styling: Tailwind CSS / Lucide React
- Engine: Custom Procedural Mystery Engine (
lib/game_engine.js)
Created by [Aryan Gupta]