Hextris / hextris

Fast paced HTML5 puzzle game inspired by Tetris!
https://hextris.io
Other
2.22k stars 971 forks source link

Allow "d" to be used with the same functionality as "down" #127

Closed williamg closed 6 years ago

williamg commented 9 years ago

Since "w" and "a" already work for "left" and "right", it makes sense to let "d" work as "down"

ghost commented 9 years ago

Currently "a" and "d" work for left and right. It makes sense if we mark "s" for "down". That's, I suppose, are the usual game controls.

greenbigfrog commented 9 years ago

"w" up "a" left "s" down "d" right

+1

samjray9 commented 7 years ago

"D should be right" "S" should be down

That's what i thought it was

ghost commented 7 years ago

I think the only controls here are clock-wise and anti-clock wise. I think it makes sense to have D for right and A for left.

themichaelyang commented 7 years ago

🤔❓

themichaelyang commented 6 years ago

Fixed, down + S now speed up block speed.