File size: 702 Bytes
cb05500
 
 
 
 
 
 
 
 
 
 
 
77b6f68
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
---
title: Codenames Gemini
emoji: 🏢
colorFrom: red
colorTo: gray
sdk: gradio
sdk_version: 4.36.1
app_file: app.py
pinned: false
license: mit
---

Codenames is a word association game where two teams guess secret words based on one-word clues. The game involves a 25-word grid, with each team identifying their words while avoiding the opposing team's words and the "assassin" word. This space uses Google's `gemini-1.5-flash` model to analyze the game board, provide relevant clues, and assist players in making informed guesses. I was largely successful in getting this to work along with few surprises and learnings along the way.
 

## Requirements

export GOOGLE_API_KEY=<YOUR_GOOGLE_API_KEY>