Skip to content

joeyparrish/wordles-with-friends

 
 

Repository files navigation

Wordles with Friends

🔗 https://joeyparrish.github.io/wordles-with-friends/

A version of Wordle you can play with friends. Enter a word, then send the link to your friends to challenge them.

Built on top of the now-defunct Wordle Archive by Devang Thakkar, which was based on Word Master by Katherine Peterson.

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

Languages

  • JavaScript 98.6%
  • Other 1.4%