PlanetsThe planets in the battle zone is procedural generation. They will therefor vary from game to game.Some battle zones will have many planets, where other might have few. However, each battlezone will contain at least one planet for each bot. Beside player owned planets a number of neutral planets will be in the zone as well. These are the gray planets. Neutral planets do not attack. The number in each planet shows how many units the planet have. These units can be used to send out fleets to attack or defend other planets. Player owned planets produce X number of units for each tick. X depends on the size of the planet. For each tick, each player bot can send out fleets from their own planets. |
FleetsFleet can travel between planets, from source planet to destination planet.Fleets is used to attack a neutral/enemy planet or to defend a planet owned by the player bot. When a fleet reaches a neutral/enemy planet, the fleet will attack the planet, thus subtracting the fleet count from the planet count. If the fleet count is bigger than the planet, count the ownership of the planet will change to the owner of the fleet. If a fleet reaches, a planet owned by the bot itself the fleet will add to the number of units on the planet, helping to defend the planet. |