Live data from Hacker News

Show HN: Spindle, a cross between Wordle and a Rubik's Cube made in PHP

playspindle.com

21–30 of 44 posts

Re: Show HN: Spindle, a cross between Wordle and a Rubik's Cube made in PHP

#21
Very cool.

A simple thing you can do when they try to make an invalid spin is pop up "XYZ is not in the word list" on a brief toast. That'll make it easier to learn that you need to spin words, and that you have to click the first letter first.

Re: Show HN: Spindle, a cross between Wordle and a Rubik's Cube made in PHP

#22
post #17

why sometimes I can't spin? (it blinks in red) and why can't I spin more than 2 letters?

It has to be a recognised English word for it to spin. And to spin a longer word, you tap the first letter then the last letter. I’ll be updating the instructions soon, but hopefully that helps in the meantime!

You may want to show a popup message explaining that first time it refuses to spin. I tried playing, it kept blinking red, so I just gave up. If it weren't for the above comment, I would've never realized what was happening.

Re: Show HN: Spindle, a cross between Wordle and a Rubik's Cube made in PHP

#24
Beautifully designed, very clean, but frustrating to play due to being unpleasantly difficult. I gave up after 5 minutes.

It would help to have an unlimited undo in a dedicated button. I realize that the undo can be done by spinning words in reverse order, but that's inconvenient and I really wouldn't remember what I did beyond last 2-3 words.

Re: Show HN: Spindle, a cross between Wordle and a Rubik's Cube made in PHP

#25
Laravel is quite patchy with types, because it does a lot of magic not supported by PHP’s type system. There are libraries and IDE plugins that mask this.

Symfony, the other big PHP framework, has a lot more to offer if you like types. It also has a combination of Encore, Stimulus and Twig to link the backend to the front, but it doesn’t have the features of Livewire.

Re: Show HN: Spindle, a cross between Wordle and a Rubik's Cube made in PHP

#27
post #20

Could you give more details about the rules? You said "it has to be a recognised English word for it to spin" but what does this mean? Are you talking about the word(s) formed before or after the spin? It seems completely arbitrary when it allows me to spin two letters at the moment because seemingly none of the words before or after the spin are valid 5 letter words.

Sorry for the confusion! The word you spin must be a valid word.

So if you had a row like AEBUG, you could tap B then G to spin BUG, and the row would end up as AEGUB. Or you could tap B then E to spin BE, and the row would end up as ABEUG.

(Because BUG and BE are both real words)

Re: Show HN: Spindle, a cross between Wordle and a Rubik's Cube made in PHP

#28
post #24

Beautifully designed, very clean, but frustrating to play due to being unpleasantly difficult. I gave up after 5 minutes. It would help to have an unlimited undo in a dedicated button. I realize that the undo can be done by spinning words in reverse order, but that's inconvenient and I really wouldn't remember what I did beyond last 2-3 words.

Thanks for trying it! Do you think undo would be okay if it “cost” you a turn? Part of the fun (for me at least) has been the competitive nature of it (ie, competing on getting the lowest turn count)

Re: Show HN: Spindle, a cross between Wordle and a Rubik's Cube made in PHP

#29
Looks nice, but the instructions are confusing me. I've read the 'How to Play' and still don't know how to play.

First of all, I need to 'spin', but how do I do that? By clicking, dragging, typing...? Any or all of these? And if so, clicking/dragging what?

And what is it that is being spun? Rows, columns? Apparently it's words, but that is mentioned nowhere.

Second, in the 'How to Play' there are these two examples: > For example, you could spin CAT to obtain TAC. > You can also spin in reverse, so you could spin TAHC to make CHAT

I don't see the difference between these two, both reverse a word by 'spinning', so why are these two seemingly identical examples given here?

Re: Show HN: Spindle, a cross between Wordle and a Rubik's Cube made in PHP

#30
post #15
post #12

Really neatly done. It felt difficult but maybe it's a skill that can be learned. Spoiler: At the end, it shows you a graph of how many turns people took to solve it, and if I'm reading it correctly, only 30-ish people solved it at all, despite being on the front page of HN for 2-3 hours? Definitely on the harder end of wordle derivatives! And I bow down to whoever solved it in 9 turns.

It definitely gets easier with a bit of practice. PS: I solved it in 8 today, and my friend - who seems unnaturally good at this - solved it in 7. He always seems to beat me by 1; it’s like if the person who invented golf was best mates with Tiger Woods!

I definitely found it too difficult. I'd like to see a 3x3 or even a 1 dimensional version that I could use as a learning tool.
Post reply on HN