Semantle

Description
Semantle is a daily word-guessing game, similar to Wordle, but based on finding the word via semantic similarity. It employs the Word2Vec machine learning model to determine relationships between words.
The player's goal is to guess a target English word, which is different every day. The player inputs his guesses, and the game shows a numerical measure of the guessed word's semantic similarity to the target word. For example, if the target word is "seat", then words like "chair" or "ticket" would have a high similarity score, while "mouse" would have a low or even negative score. If stuck, the player can use a hint, which reveals a word close to the target.
A multiplayer mode is available, where a team of several players works together to guess a word.







