Show HN: A two (or single) player codenames like game with an embedding based AI(lokimax.dev)
lokimax.dev
Show HN: A two (or single) player codenames like game with an embedding based AI
https://lokimax.dev/games/links/
https://lokimax.dev/games/links/
The "AI" (if you can call it that... I don't think it qualifies for the "I" part) is based on word embeddings. All logic runs on the frontend, with backend acting as a proxy between two players.
I had a theory that sense2vec (contextual embeddings) may perform better than standard embeddings, but like prior basic codenames AI approaches, it does very well played against itself, but provides incomprehensible clues for humans.