Bot - Horizon-NTH/SpaceInvaders GitHub Wiki

Bot

Here is all you need to know about the ennemis in the game.

The spawn randomly around the screen at each beginning of a wave.
They bounce at each other and at the walls.
They shot randomly at you. And if they touch you, they will damage your spaceship.
If the bot shots touch another ennemi, they will not damage it because they will have a shield protection like the one below that appears to protect them, but be reassured your shots can still touch them even if they have this protection

Like you, they have three levels, a health bar and spawn randomly with one shield protection or an invincibility for a short time.

Here is the bot at their different levels and their shots:
-Level 1:
Bot level 1 Bot shot level 1
-Level 2:
Bot level 2 Bot shot level 2
-Level 3:
Bot level 3 Bot shot level 3

Here is the statistics of the bot:

Level 1 2 3
Damage 1 1 2
Reloading time (ms) 850 700 550
Maximum shots on alive 1 2 2
Shot speed 5 10 15