ebuc99 / pacman

Yet another pacman clone in C/C++ and SDL.
GNU General Public License v3.0
54 stars 23 forks source link

[RFE] Allow to assign key bindings #11

Closed keithbowes closed 5 years ago

keithbowes commented 7 years ago

I think I could play this much better if I could use the vi keys that I'm used to, instead of having to use the arrow keypad.

ebuc99 commented 7 years ago

You are using vi? Me too. My part of the implementation was coded with vi (or exactly: vim). Yes we will implement key bindings.

p-martin commented 5 years ago

We added support for vi style control for pacman motion as well as in the menu. You should now be able to also use the keys H, J, K, and L.