I am working on a tank battle arena game, and I am trying to maximize the amount of turns and time I can give to the players. Currently I have a pretty large referee, and I am wondering if there is a way to optimize it a bit more, or get rid of my collision loop for the bullets. I am a decent java programmer, but have no experience optimizing in java.
Thanks!