dpc / rustyhex

Simple roguelike written in Rust language.
MIT License
93 stars 13 forks source link

Implement strafe-running. #6

Closed dpc closed 10 years ago

dpc commented 10 years ago

It should be possible to run: forward, left and right.

The problem is steering. I guess the best option would be to use one key as running-toggle, so that Shift can be left just for strafing.