tsoding / koil

Online Multiplayer Browser Game with Old-School Raycasting Graphics.
https://tsoding.github.io/koil
MIT License
313 stars 34 forks source link

backwards movement #44

Open sakgoyal opened 2 months ago

sakgoyal commented 2 months ago

I believe the the backwards movement is incorrect. the current implementation turns the wrong way around and it needs to be reversed.

I am thinking about it in terms of driving a car. when I press left (turn left) and go backwards, I will turn to the right. but in the current implementation, I am still turning left.

rexim commented 2 months ago

I'm actually planning to eventually use mouse for turning around, so this will be a non-issue in the future.