A Location-Based Alternate Reality Game for TEDxCUSAT 2025
Turn the campus into a crime scene. Solve clues, track signals, and uncover the truth using Augmented Reality.
- Immersive Navigation: Custom "Detective's Torch" compass that rotates with you (Course-Up Mode).
- Real-World Routing: Integrated walking paths to guide players between zones (Mock & Real modes).
- Augmented Reality: Scan real-world markers to reveal hidden evidence.
- Tactical HUD: specialized interface with Signal Strength, Sonar, and Mission timers.
- Offline capable: Includes a robust Mock Mode for development and testing without GPS.
- Framework: Next.js 16 (Turbopack)
- Language: TypeScript
- Mapping: Leaflet / OpenStreetMap / OSRM
- AR: A-Frame & AR.js
- Styling: TailwindCSS
- Node.js 18+
- Mobile Device (for full AR/GPS experience)
npm installRun the development server. GPS location can be simulated in browser DevTools.
npm run devnpm run build
npm start- This app requires HTTPS for Camera and GPS access on mobile.
- Use
ngrokor similar to tunnel yourlocalhost:3000to a public URL for testing on a real device.
Built for TEDxCUSAT 2025