Inspiration
Who doesn't enjoy a game of CodeNames? We wanted to recreate this classic game with an AI spin.
What's better? The AI is not a GPT wrapper.
What it does
Get a friend! You and your friend will act as the spymaster and operative on the human side. Your team will fight against an ingenious AI spymaster and guesser...
Who will win?
How we built it
Python + FastAPI React
Challenges we ran into
- AT LEAST 3 hours was wasted debugging - the bug was caused due to inconsistent letter case
Accomplishments that we're proud of
- We created an AI algorithm based off of the work of GloVE
- Fully playable game
What we learned
- React
- Using GloVE via the gensim library
- Creating an algorithm using knowledge of linear algebra
- Communication between frontend and backend must be better
What's next for CODENETICS
- Different game modes (collaborate with an AI?!)
- It's currently a local game, we want to use websockets to allow players to play on their own devices
- UI improvements for enhanced experience
Log in or sign up for Devpost to join the conversation.