A tense game where you play as a hostage negotiator and control the story through your voice.
This game requires a Google Gemini API key. You have two options:
-
Get your API key from Google AI Studio
-
Copy
.env.exampleto.env.local:cp .env.example .env.local
-
Add your API key to
.env.local:GOOGLE_GENERATIVE_AI_API_KEY=your_api_key_here
When you first launch the game, you'll be prompted to enter your API key. It will be stored securely in your browser.
bun install
bun devOpen http://localhost:3000 with your browser to see the result.