Earlier quoted context omitted.
Ahhh. So 2 words instead of 4. You're going to be really disappointed by Octordle and Septurdle, then.
Octordle directly stole Dordle's code, so, yeah, not a fan.
Quordle: Four Wordles in One
121–130 of 140 posts
Re: Quordle: Four Wordles in One
#122Just wait until you try Octordle! https://octordle.com/
That was actually really fun. I wonder at what point it stops scaling. My feeling is that as long as I get 4 + number of boards guesses I'll always be able to solve it but maybe I'm being overly optimistic.
Early on friends complained it was too hard. In my experience after a few games it gets pretty easy.
Re: Quordle: Four Wordles in One
#123Earlier quoted context omitted.
Mine are SHIRT, WOMEN, BLACK, PUDGY. I like that order as it hits most of the high-frequency letters up front to enable the odd early snipe.
Well if we're sharing mine are: SPINE, WORLD, THUMB, and JACKY.
Re: Quordle: Four Wordles in One
#124Re: Quordle: Four Wordles in One
#125Just wait until you try Octordle! https://octordle.com/
Re: Quordle: Four Wordles in One
#126Of all the variants I've come across so far, I think this one has the most staying power. I think I might prefer it to the original. I do kind of wish you got one more guess, though, especially if you get stuck, like I did today, having 4 Greens but 5 possibilities for the final letter.
I built a multiplayer version as a weekend project, would love to know what you think!
Re: Quordle: Four Wordles in One
#127Re: Quordle: Four Wordles in One
#128Just wait until you try Octordle! https://octordle.com/
16 :) http://www.sedecordle.com/?mode=daily
Re: Quordle: Four Wordles in One
#129Hi 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
#130Earlier quoted context omitted.
4 states x 5 letters x 9 guesses is only 180 possible stoplight strings (of green/yellow/gray/black), if I'm doing my math right? So you could just pick 180 emoji and use four of them :)
I thought about this as well, but sadly, last I checked some decently popular apps (Twitter, WhatsApp, some others) don't support emojis in URL paths, only in domain names. So the emoji technique could work for message threads in some apps, but it would look pretty strange in others. (I've been helping @DungZeekFu a bit with Quordle and am curious for any ideas around this though!)
I’m not suggesting doing a full UTF mapping onto base64, but just 1..180 mod 3 => char base64[3] would give you 182 board positions in three URL characters.