Live data from Hacker News

Show HN: 8-5 puzzle

jsfiddle.net

1–4 of 4 posts

Re: Show HN: 8-5 puzzle

#2
The idea is nice, but the controls rather limiting. Is there a way to improve keyboard shortcuts?

(I.e., WASD for motion and arrows to expand numbers?)

Re: Show HN: 8-5 puzzle

#3
post #2

The idea is nice, but the controls rather limiting. Is there a way to improve keyboard shortcuts? (I.e., WASD for motion and arrows to expand numbers?)

Sorry, what do you mean by motion and expanding numbers?

There are only 4 actions in this puzzle: expand to left, expand to right, expand up and expand bottom (and U for undo)

Here is version where you can also use W-A-S-D instead. http://jsfiddle.net/h2yJn/2966/embedded/result/

Also, if you manage to solve this puzzle, don't hesitate to post back on how you did it :) (e.g. pastebin the list of actions that is below the grid)

Direct link to the source if anyone wants to modify it somehow: http://jsfiddle.net/h2yJn/2966/

Re: Show HN: 8-5 puzzle

#4
post #3
post #2

The idea is nice, but the controls rather limiting. Is there a way to improve keyboard shortcuts? (I.e., WASD for motion and arrows to expand numbers?)

Sorry, what do you mean by motion and expanding numbers? There are only 4 actions in this puzzle: expand to left, expand to right, expand up and expand bottom (and U for undo) Here is version where you can also use W-A-S-D instead. http://jsfiddle.net/h2yJn/2966/embedded/result/ Also, if you manage to solve this puzzle, don't hesitate to post back on how you did it :) (e.g. pastebin the list of actions that is below…

Ah, got it: http://jsfiddle.net/h2yJn/2968/embedded/result/ (though I felt that it's easier to use arrow keys for motion and W/A/S/D for expanding)