mattertater / roadeo

A fast-paced online multiplayer racing/maze game using HTML canvas and node.js WebSockets
2 stars 1 forks source link

Smoother movement #16

Open mattertater opened 6 years ago

mattertater commented 6 years ago

had to change the way movement works to support mobile joystick, and now you can go diagonally faster than in a straight line. do some funky maths so that can't happen

mattertater commented 6 years ago

This is fixed on mobile now, but not desktop. Math is still fuzzy