# AIgame **Repository Path**: mygiZM/aigame ## Basic Information - **Project Name**: AIgame - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2026-01-11 - **Last Updated**: 2026-01-11 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # AI Detective Game An interactive detective game where you interrogate AI-generated suspects to find the real criminal. ## Overview AI Detective Game is a React-based web application that creates a unique detective experience each time you play. The game generates: - A crime scenario - 6 unique suspects with backstories and personalities - Interactive interrogation sessions with each suspect ## How to Play 1. Start a new case 2. Review the crime scenario 3. Interview each suspect by asking questions 4. Look for inconsistencies - five suspects will lie with obvious mistakes about police procedures 5. Identify the real criminal - only one suspect tells the truth about committing the crime 6. Make your accusation! ## Technical Features - Built with React and Vite - Uses TailwindCSS for styling - Integrates with a local LLM API (Ollama using Llama3.2 by default) - Includes fallback responses if AI is unavailable - Responsive design for mobile and desktop ## Setup 1. Clone the repository 2. Install dependencies: `npm install` or `bun install` 3. Start the dev server: `npm run dev` or `bun run dev` 4. For AI integration: run Ollama with Llama3.2 on port 11434 ## Configuration You can customize the AI model by changing the `AI_MODEL` variable in the `App.jsx` file. ## Credits This project uses: - [React](https://react.dev//) - [TailwindCSS](https://tailwindcss.com/) - [Lucide Icons](https://lucide.dev/) - [Ollama](https://ollama.ai/) (for LLM integration)