Hextris / hextris

Fast paced HTML5 puzzle game inspired by Tetris!

Home Page:https://hextris.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

williamg opened this issue · comments

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

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.

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

+1

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

That's what i thought it was

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.

🤔

Fixed, down + S now speed up block speed.