So, I have been following tutorials on a Slick API 2D Game Java tutorial, and I got the basics of how to use the API. But then, when I was playing around and trying to make a game. I tried to implement a bullet/firing system into my 2D space shooter game. And I can't seem to find a way to do it!
I've tried looking around on Google and YouTube, but it's not helping at all...! All my game does right now is move a ship right to left. I want to be able to make it so that the a bullet-like object is fired every time the space bar is pressed. I am just not sure how to go about it... I'm hoping someone can explain it simply to a new programmer !