Skip to content

dspinellis/word-master

 
 

Repository files navigation

Word Master — Greek version — Λεξιγνώστης

🔗 https://dspinellis.github.io/word-master/

Heavily inspired by Wordle, Word Master is a word guessing game similar to Mastermind. This Greek word version is almost completely based on the original English word version, which can be played here.

The original author of Word Master, Katherine Peterson, created it because she loved Wordle, but the once a day limit left her wanting more. I forked her version and converted it to use Greek words, because I love the Greek language, and have been writing software to support Greek for the past 40 years. I was also fortunate to use the, now widely adopted, Greek dictionary originally created by Giannis Mitalas and Nikos Seraskeris as a thesis project I supervised at the University of the Aegean in 1999.

I created the list of acceptable words by filtering the Greek dictionary of Hunspell to remove proper nouns and words that are not five characters long. I created the list of candidate words by obtaining the 2079 (same number as in the English version) most common words in the Greek Wikipedia that were in the acceptable words list. The Unix shell script for creating the two lists is available here.

Rules

You have 6 guesses to guess the correct word. Each guess can be any valid word.

After submitting a guess, the letters will turn gray, green, or yellow.

  • Green: The letter is correct, in the correct position.
  • Yellow: The letter is correct, but in the wrong position.
  • Gray: The letter is incorrect.

Contributing

Feel free to open an issue for any bugs or feature requests.

To contribute to the code, see CONTRIBUTING.md

See also

The Wordles of the world list contains a comprehensive collection of Wordle-like games in diverse languages. You can also play or browse the source code of a version I created using the vocabulary of Ancient Greek.

About

A Mastermind-like word guessing game

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 97.9%
  • Other 2.1%