Live data from Hacker News

Show HN: A little word puzzle game I made

wordpivot.com

1–9 of 9 posts

Re: Show HN: A little word puzzle game I made

#2
Nice!

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.

Re: Show HN: A little word puzzle game I made

#3
post #2

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

#6
post #3
post #2

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

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.

Re: Show HN: A little word puzzle game I made

#7
post #5

Fun! Fyi, I had an issue backspacing on Pixel 7 backspacing overwriting a letter.

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

#8
post #5

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

Yeah, I am starting to appreciate that view a bit more now after also struggling with the native keyboard. I already started working on adding that to Word Pivot.

Re: Show HN: A little word puzzle game I made

#9
post #6
post #3

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

Agreed. I actually added the crossword version here https://wordpivot.com/crossword/ but it is FAR harder than I thought. I'm still play testing it.

Also, writing a solver for these things is also surprisingly difficult, but fun!