Now I try ship's cannons shooting AI improvement.
Some of them is in this movie
http://www.youtube.com/watch?v=vtsTCXMMzkkDefault ship's cannons shooting AI is the same algorithm of ground artillery.
com.Maddox.il2.ai.ground.aim class.
I divide from com.Maddox.il2.ai.ground.aim class into new ship cannon aim class.
After try and error, try and error, my needs of improvement is achieved to some extent.
achieved... but something in aim class is BLACKBOX to me.
I tweak the AI java code without fully understanding about aim class.
some code is "true/false reverse?" I feel.
But that code works well. I don't understand.
So, I need a "teacher" to teach me aim class or other AI java code.