Show HN: 8-5 puzzle
jsfiddle.net
Show HN: 8-5 puzzle
1–4 of 4 posts
Re: Show HN: 8-5 puzzle
#2(I.e., WASD for motion and arrows to expand numbers?)
Re: Show HN: 8-5 puzzle
#3The 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?)
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
#4The 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…