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

Improve Keyboard Controls #3

Open
3 tasks
viluon opened this issue Jan 31, 2017 · 0 comments
Open
3 tasks

Improve Keyboard Controls #3

viluon opened this issue Jan 31, 2017 · 0 comments

Comments

@viluon
Copy link
Owner

viluon commented Jan 31, 2017

We need to fight input lag as fiercely as possible. The current system makes the player stay at one place if opposite movement keys (e.g. W and S) are held simultaneously. This might lead to disastrous situations when a key_up is dropped, and with higher input lag leads to confusion as the system has to catch up on the event queue. A system which responds to new input instantly - or at least as quickly as possible ("overriding" previously pressed keys) would really help. Additionally, we can also improve the controls by making them configurable and perhaps even add "click to approach," with proper pathfinding.

  • Implement adjustable keybindings
  • Switch to a better player movement system
  • Implement mouse-controlled navigation
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant