Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Default directional keys to WASD #33

Open
8 tasks done
nickfloyd opened this issue Aug 10, 2021 · 0 comments · May be fixed by #34
Open
8 tasks done

Default directional keys to WASD #33

nickfloyd opened this issue Aug 10, 2021 · 0 comments · May be fixed by #34
Assignees
Labels
enhancement New feature or request

Comments

@nickfloyd
Copy link

nickfloyd commented Aug 10, 2021

We want to default the up, left, down, and right movement keys to the more common WASD until a more extensible configuration solution can be built.

US:
AS a DEV I NEED the games that I build on top of skipngo to use the default directional key mappings of WASD SO THAT I can have a more common default to character movement in my games.

Acceptance Criteria:

  • When pressing W the character moves up
  • When pressing A the character moves left
  • When pressing S the character moves down
  • When pressing D the character moves right
  • When pressing up arrow the character moves up
  • When pressing left arrow the character moves left
  • When pressing down arrow the character moves down
  • When pressing right arrow the character moves right

NOTES:

  • We had some discussion around some configuration approaches that would work well but those will be a future concern.
@zicklag zicklag added the enhancement New feature or request label Aug 10, 2021
@nickfloyd nickfloyd self-assigned this Aug 10, 2021
@nickfloyd nickfloyd linked a pull request Aug 10, 2021 that will close this issue
8 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants