In my game quasar i need a asteroids type of movement.
Completly changed ship movement to a asteroids type of movement...
Whant to have something like this:
https://giant.gfycat.com/IndolentQuarterlyAruanas.webm
But still quite not there yet.
What i do have now is this..
if up key is not down acelerate custom movement foward -500
if up key is down acelerate custom movement 500 at player angle
the rotation of the ship is if left is down rotate 100*dt conter clockwie .. and for right clockwise...
The problems that i am encounter.. is that acelerates to a insane speed..( i need to have a maximum speed)
And in the video there ii the player do a very quick change of direction specialy if i whant to go the other way.. in mine it takes too long to desacelerate and go the other way if the ship is going fast..
The main problem i guess is that i dont have a maximum speed.
https://igalencar.itch.io/quasar
here is my working progress of the ship movement...(only works on the first ship)