Earlier quoted context omitted.
There was already a Squardle: https://fubargames.se/squardle/
Ah well there we go; wow that one is confusing... edit: ...but interesting!
Quordle: Four Wordles in One
81–90 of 140 posts
Re: Quordle: Four Wordles in One
#82If you're going to put your own spin on Wordle, have at it, many others have, but at least demonstrate some creativity.
Re: Quordle: Four Wordles in One
#83Re: Quordle: Four Wordles in One
#84Earlier quoted context omitted.
Thanks for the feedback! Do you mean in the square itself or the possible guess words? Tried to calibrate the square itself for a good balance between challenge and reasonably common words.
Possible guess words. "unlid" and "mirly" are (possibly over-optimized) good second guesses in wordle.
Re: Quordle: Four Wordles in One
#85Hi everyone I am the creator of Quordle and I am glad that people are enjoying playing it :) I also appreciate all the feedback and I am looking to improve the experience when playing on desktop! You can follow the @quordle Twitter for updates as well!
Re: Quordle: Four Wordles in One
#86This feels like a cheap ripoff of Dordle: https://zaratustra.itch.io/dordle If you're going to put your own spin on Wordle, have at it, many others have, but at least demonstrate some creativity.
Re: Quordle: Four Wordles in One
#87Earlier quoted context omitted.
Possible guess words. "unlid" and "mirly" are (possibly over-optimized) good second guesses in wordle.
That is fair! I feel like those should definitely be allowed. I am using a wordlist based on this: http://wordlist.aspell.net/12dicts-readme/ which is public domain and has about 6k 5-letter words, compared to the Wordles 12k. If anybody knows any other good royalty free wordlists I would definitely be interested. :)
[edit]
Seems possible that wordle uses it given the 12k number:
grep '^.....$' word.list|wc -l
12036Re: Quordle: Four Wordles in One
#88Re: Quordle: Four Wordles in One
#89Earlier quoted context omitted.
Possible guess words. "unlid" and "mirly" are (possibly over-optimized) good second guesses in wordle.
That is fair! I feel like those should definitely be allowed. I am using a wordlist based on this: http://wordlist.aspell.net/12dicts-readme/ which is public domain and has about 6k 5-letter words, compared to the Wordles 12k. If anybody knows any other good royalty free wordlists I would definitely be interested. :)
Re: Quordle: Four Wordles in One
#90Earlier quoted context omitted.
That is fair! I feel like those should definitely be allowed. I am using a wordlist based on this: http://wordlist.aspell.net/12dicts-readme/ which is public domain and has about 6k 5-letter words, compared to the Wordles 12k. If anybody knows any other good royalty free wordlists I would definitely be interested. :)
https://github.com/elasticdog/yawl is fairly standard for word-games. [edit] Seems possible that wordle uses it given the 12k number: grep '^.....$' word.list|wc -l 12036