Suspected bug in tesla towers

During a game I ran both bots built a tesla tower at the same time on the same row at cells 7 6 and 8 6. When it was finished being constructed the tower at 7 6 fired and destroyed the tower at 8 6, but the tower at 8 6 doesn’t seem to have fired, because none of the enemy towers in its attack pattern were destroyed. I used a version of the game-engine built from commit “0c095c4 * Merge pull request #108 from EntelectChallenge/feature/versioning-for-2-0-3”.

Here’s the game map at round 41

Player A Health=75, Energy=138, Score=2691
Player B Health=80, Energy=79, Score=2621
[0 0][1 0][2E0][3E0][4E0][5 0][6A0][7 0][7 0][6 0][5 0][4 0][3 0][2E0][1E0][0 0]
[0 1][1 1][2E1][3E1][4 1][5E1][6E1][7 1][7 1][6 1][5 1][4 1][3E1][2E1][1E1][0 1]
[0E2][1 2][2E2][3E2][4 2][5 2][6A2][7 2][7 2][6 2][5E2][4 2][3E2][2 2][1 2][0E2]
[0E3][1E3][2E3][3 3][4E3][5E3][6E3][7 3][7 3][6 3][5E3][4 3][3 3][2E3][1 3][0E3]
[0E4][1 4][2 4][3 4][4 4][5 4][6 4][7 4][7 4][6A4][5 4][4E4][3 4][2 4][1E4][0E4]
[0E5][1 5][2E5][3 5][4E5][5 5][6 5][7 5][7 5][6 5][5E5][4 5][3E5][2 5][1 5][0E5]
[0 6][1 6][2 6][3 6][4 6][5 6][6 6][7T6][7T6][6 6][5 6][4 6][3 6][2 6][1 6][0 6]
[0 7][1E7][2 7][3 7][4 7][5 7][6a7][7t7][7t7][6 7][5 7][4 7][3 7][2 7][1 7][0E7]

and here it is at 42

Player A Health=75, Energy=76, Score=3336
Player B Health=60, Energy=99, Score=2675
[0 0][1 0][2E0][3E0][4E0][5 0][6A0][7 0][7 0][6 0][5 0][4 0][3 0][2E0][1E0][0 0]
[0 1][1 1][2E1][3E1][4 1][5E1][6E1][7 1][7 1][6 1][5 1][4 1][3E1][2E1][1E1][0 1]
[0E2][1 2][2E2][3E2][4 2][5 2][6A2][7 2][7 >][6 2][5E2][4 2][3E2][2 2][1 2][0E2]
[0E3][1E3][2E3][3 3][4E3][5E3][6E3][7 3][7 3][6 3][5E3][4 3][3 3][2E3][1 3][0E3]
[0E4][1 4][2 4][3 4][4 4][5 4][6 4][7 4][7 4][6A4][5 4][4E4][3 4][2 4][1E4][0E4]
[0E5][1 5][2E5][3 5][4E5][5 5][6 5][7 5][7 5][6 5][5 5][4 5][3 5][2 5][1 5][0 5]
[0 6][1 6][2 6][3 6][4 6][5 6][6a6][7T6][7 6][6 6][5 6][4 6][3 6][2 6][1 6][0 6]
[0 7][1E7][2 7][3 7][4 7][5 7][6A7][7t7][7t>][6a7][5 7][4 7][3 7][2 7][1 7][0E7]

Let me know if you want more details.

I might be wrong, but it looks to me like player B’s tower didn’t fire because they don’t have the 100 energy to fire it.

Oops :slight_smile: my mistake

This topic was automatically closed after 44 hours. New replies are no longer allowed.