Ciezo / Snake-Game

A Java Snake Game with beautiful custom made graphics
Apache License 2.0
0 stars 0 forks source link

Assign 'WASD' Keys #2

Closed Ciezo closed 3 years ago

Ciezo commented 3 years ago

Arrow keys (up, down, left, right) are working properly. We need to assign 'WASD' keys as well in moving the Snake character.

Ciezo commented 3 years ago

FIXED!!! Now, we assigned WASD keys to move the snake as well which is then processed in the move() function.