0
WASD
In my ¨Endless Snake Game¨ code, my output browser scrolls up and down, because the arrow keys are the controls. How do I make them into WASD controls??
2 Antworten
+ 2
Make a keypress event on your document and check the keyCode
+ 1
hi,
refer this :-
http://www.gaminglogy.com/tutorial/controls-keyboard/