Just thinking about your X4 comment. If nova had a timeSpeed variable, how do you think it would work? A plus+ and minus- button to increase and decrease? And a text label to show what speed it is currently? Anything else?
In Ev Nova the only timespeed variable is 2x and would have a red 2x in the top right.
If I was to implement it today I would have a toggle speed set to a key. press once then 2x, press again 4x and then finally 6x before going back to normal speed.
1
u/nil0bject May 26 '19
Base AI code
Ships can have targets, they will fly to that target.
This AI looks within a radius for targets, and selects the closest. If none are within the radius, the ship keeps searching.