Live data from Hacker News

Show HN: I made a puzzle game in HTML5

eightcolors.net

91–100 of 130 posts

Re: Show HN: I made a puzzle game in HTML5

#94
post #13

Lovely game! I wonder if it might be a nicer UX if you could choose for the Shift key to be needed to slide circles around rather than to move the selection. In my mind, conceptually, arrow keys are for moving the selection, and tessellating objects "requires more work" so I'd expect Shift to be needed for that - not vice-versa.

It was exactly the way you describe in the earlier prototype. But I changed it based on feedback. I guess there's no set of controls that can satisfy everyone. :) I do think you develop muscle memory for it pretty quick. Additionally, you can also use mouse, which can be convenient based on your preference.

I agree with the parent. I love the game but the controls are not fun for me. I would do the following (for ME):

- arrow keys move the cursor

- the cursor is easier to see. Just a circle is probably better for me than the overlapping shadows

- shift + arrow does the move

- the cursor follows the moved element

Re: Show HN: I made a puzzle game in HTML5

#97
post #13

Lovely game! I wonder if it might be a nicer UX if you could choose for the Shift key to be needed to slide circles around rather than to move the selection. In my mind, conceptually, arrow keys are for moving the selection, and tessellating objects "requires more work" so I'd expect Shift to be needed for that - not vice-versa.

It was exactly the way you describe in the earlier prototype. But I changed it based on feedback. I guess there's no set of controls that can satisfy everyone. :) I do think you develop muscle memory for it pretty quick. Additionally, you can also use mouse, which can be convenient based on your preference.

You could also do arrow keys for selecting column/row and wasd for moving it.

Re: Show HN: I made a puzzle game in HTML5

#99

Is lvl 23 solvable? I quickly solved 7 levels and then tried doing lvl 23 and have been stuck on it for 10 minutes, always ending up with 2 circles next to each other that I cannot swap. Cool game!

All permutations are solvable.

To swap two horizontally adjacent elements and leave the other cells unchanged, place the cursor on the left element and enter 'dsdwdsddw'.

Post reply on HN