sshipway / wanderer

Wanderer text-based boulderdash clone game
GNU General Public License v2.0
8 stars 3 forks source link

Accepts arrow keys in addition to kjhl (or NEWKEYS) #11

Closed dyoung418 closed 5 years ago

dyoung418 commented 5 years ago

Simple change to accept arrow keys as well as hjkl. Note that I needed to change the "ch" variable to an int instead of a char so it could recognize arrow keys.

sshipway commented 5 years ago

Merged in (and I set up a Travis CI check just for the lulz) Thanks for the PR