Show HN: A little word puzzle game I made
wordpivot.com
Show HN: A little word puzzle game I made
1–9 of 9 posts
Re: Show HN: A little word puzzle game I made
#2A few issues on Firefox android:
- keyboard closes after adding each letter so it's a clunky experience
- couldn't delete a letter
- it let me add two letters into the last box of one word
The rules are a bit unintuitive. Definitely surprising that horizontal words don't have to be words.
Also for me a timer is a turn off. Feels unnecessary.
Re: Show HN: A little word puzzle game I made
#3Nice! A few issues on Firefox android: - keyboard closes after adding each letter so it's a clunky experience - couldn't delete a letter - it let me add two letters into the last box of one word The rules are a bit unintuitive. Definitely surprising that horizontal words don't have to be words. Also for me a timer is a turn off. Feels unnecessary.
> The rules are a bit unintuitive. Definitely surprising that horizontal words don't have to be words.
You are not the first person to say this, and I am starting to agree. I think that more basic ruleset is more fun and far more intuitive. Especially given the current UI layout. I am going to spin up a new version with that ruleset I think.
Thanks!
Re: Show HN: A little word puzzle game I made
#4Re: Show HN: A little word puzzle game I made
#5Fun! Fyi, I had an issue backspacing on Pixel 7 backspacing overwriting a letter.
Re: Show HN: A little word puzzle game I made
#6Nice! A few issues on Firefox android: - keyboard closes after adding each letter so it's a clunky experience - couldn't delete a letter - it let me add two letters into the last box of one word The rules are a bit unintuitive. Definitely surprising that horizontal words don't have to be words. Also for me a timer is a turn off. Feels unnecessary.
Thanks for the feedback. > The rules are a bit unintuitive. Definitely surprising that horizontal words don't have to be words. You are not the first person to say this, and I am starting to agree. I think that more basic ruleset is more fun and far more intuitive. Especially given the current UI layout. I am going to spin up a new version with that ruleset I think. Thanks!
Re: Show HN: A little word puzzle game I made
#7Fun! Fyi, I had an issue backspacing on Pixel 7 backspacing overwriting a letter.
Thanks for letting me know, I will check on it!
Re: Show HN: A little word puzzle game I made
#8Earlier quoted context omitted.
Thanks for letting me know, I will check on it!
I ended up making my own keyboard for consistency across devices for https://wordglyph.xyz Another nice thing about custom keyboard is it doesn't give you word predictions like a lot of built in keyboards do.
Re: Show HN: A little word puzzle game I made
#9Earlier quoted context omitted.
Thanks for the feedback. > The rules are a bit unintuitive. Definitely surprising that horizontal words don't have to be words. You are not the first person to say this, and I am starting to agree. I think that more basic ruleset is more fun and far more intuitive. Especially given the current UI layout. I am going to spin up a new version with that ruleset I think. Thanks!
Also, the rule that you can't repeat a letter for a position with the horizontal word, or two immediate neighbours is just too...finnicky and arbitrary.
Also, writing a solver for these things is also surprisingly difficult, but fun!