Hello guys, I was re-implementing Asteroids and come up with a question. What happens if you keep pressing Right key. It constantly rises angle value up to what? When it's so large enough that float can't hold it's value, a bug will occur. Any thoughts on how to fix that?
Hello guys, I was re-implementing Asteroids and come up with a question. What happens if you keep pressing Right key. It constantly rises angle value up to what? When it's so large enough that float can't hold it's value, a bug will occur. Any thoughts on how to fix that?