I have a simple game with two main symbols. A blue circle, that the user controls with the arrow keys, and a red circle which is the AI directed by random movement.
My goal is to have the red circle shoot little yellow bullets at the user, which shoot in the direction that the user is at - but move in a straight line so the user can dodge them.
Does anyone know of any tutorials to get this going?
Input is appreciated.