Live data from Hacker News

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

playspindle.com

11–20 of 44 posts

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

#11

Nice interface! The instructions could use maybe a few examples on how to make a move -- but I figured it out. The game is tough and challenging, but it's really satisfying when you make progress. Well done!

Thanks! And yes the instructions are proving to be a common issue in these comments. Will fix those in the next day or so.

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

#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.

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

#13
post #11

Nice interface! The instructions could use maybe a few examples on how to make a move -- but I figured it out. The game is tough and challenging, but it's really satisfying when you make progress. Well done!

Thanks! And yes the instructions are proving to be a common issue in these comments. Will fix those in the next day or so.

I've been fiddling for a few minutes and have successfully moved a bunch of pieces...but also can't figure out for the life of me why some moves aren't allowed.

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

#14
post #11

Earlier quoted context omitted.

Thanks! And yes the instructions are proving to be a common issue in these comments. Will fix those in the next day or so.

I've been fiddling for a few minutes and have successfully moved a bunch of pieces...but also can't figure out for the life of me why some moves aren't allowed.

It only allows English words (that are present in the word list I found… think valid scrabble words). Does that explain the issues you’re seeing?

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

#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!

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

#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!

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

#19
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!

I get it now. So if there's a substring "TOUR", I can click on "T" and "R" to spin it; then it becomes "RUOT". After that I am not allowed to click on "R" and "T" to spin it again, because "ruot" is not a word. But i can click on "T" and later "R" to spin it in reverse - and then it does become "TOUR" again.

It took me a while to get it - extra instructions would be helpful.

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

#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.
Post reply on HN