Vxatz / word-master

A Mastermind-like word guessing game

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

A Mastermind-like word guessing game

License:MIT License


Languages

Language:JavaScript 98.0%Language:Shell 0.9%Language:HTML 0.7%Language:CSS 0.4%