I've always wanted to be able to create a tower defense game somehow, and now that I'm beginning to understand Java much more, I think soon I'd like to take a swing at it. However, my knowledge of Java is still quite limited...
I'm pretty sure I could create Enemy and Tower objects to manage data there, but I guess one of my main confusions is how I could have multiple towers firing at multiple enemies, since I don't know of any way to make Java do more than one thing at once.
Is there any class, API, etc. that someone could direct me to so that I can read up on it and perhaps get a little bit of a kick-start for creating this game?
Any suggestions would be greatly appreciated! Thanks!