This is a simple word game, inspired by daily NYT games, specially Wordle.
I'm developing this game for some reasons:
- improve my vocabulary;
- practice some javascript/typescript (specially interested in the promising deno runtime);
- Having fun.
You have to figure out what is the word based on the definition presented.
If you make an incorrect guess, any correct letter will be highlighted in green in the UI.
Desktop version allows you to use keyboard shortcuts for all actions:
- simply type the word with your keyboard (or use the keyboard in the UI);
- delete a letter by pressing
Backspace(or press the buttondelete); - check if word is correct by pressing
Enter(or press the buttoncheck); - reveal solution when you don't know the answer by pressing
Shift(or press the buttonreveal); - pick another word/definition by pressing
Esc(or press the buttonnext).
Currently, every correct attempt gives 100 points. For now, you don't lose point, you can only increase your score.
Go to https://erudite-demo.deno.dev
The list of words is a subset of https://www-cs-faculty.stanford.edu/~knuth/sgb-words.txt.
The definitions come from wordnet through nltk.
This is a work in progress.
Any suggestions and collaborations are welcome!
Let's get in touch!