- different AI strategies for Air Tactics are tested here
- shoots randomly on the board
- the same as RandomAI but avoids the corners
- generates an initial probability matrix with each value representing the number of planes that can have their head on that tile
0 1 1 1 1 1 1 1 1 0
1 2 2 3 3 3 3 2 2 1
1 2 2 3 3 3 3 2 2 1
1 3 3 4 4 4 4 3 3 1
1 3 3 4 4 4 4 3 3 1
1 3 3 4 4 4 4 3 3 1
1 3 3 4 4 4 4 3 3 1
1 2 2 3 3 3 3 2 2 1
1 2 2 3 3 3 3 2 2 1
0 1 1 1 1 1 1 1 1 0