pédantix

Description
pédantix is a daily word-guessing game, similar to Wordle, but based on semantic similarity rather than guessing the word letter-by-letter. It employs the Word2Vec machine learning model to determine relationships between words. It is inspired by the earlier game Redactle.
The player's goal is to guess the name of a French Wikipedia entry, which is different every day. The few starting paragraphs of the Wikipedia entry are shown to the player, initially with all words hidden. If the player types in a word that is in the entry, all occurrences of it are revealed. Furthermore, words which are semantically close to the inputted word are marked as such. For example, if the player types in "monde" (world), then all occurrences of that word in the entry are revealed, while occurrences of words like "continent" and "terre" (earth) are marked as semantically similar to "monde". The game ends once the player reveals all the words in the entry title.







