[MIRROR] neobots is a Habitarium autoplayer (Main repo at https://sr.ht/~txtsd/neobots/)

txtsd d1826f7ea0 Add Bank пре 8 година
classes d1826f7ea0 Add Bank пре 8 година
.gitignore ec3232d54f Update .gitignore пре 8 година
LICENSE 3cb8f27059 initial commit пре 10 година
README.md 5bafa942b1 clraik link пре 10 година
neobots.py b2ad58b876 Use the new accounts reading logic пре 8 година

README.md

neobots

Bot Logic:

  • If you haven't run habitarium before, the bot will buy buildings and reset your habitarium repeatedly until it has enough (items don't reset)
  • Checks for gems on the board every 2 minutes
  • Checks for unbuilt buildings, and looks for an idle soldier or worker to build it
  • Checks for unhealthy buildings, and looks for an idle soldier or worker to repair it
  • Checks for idle workers, and makes them gather the resource of which you have the least amount
  • Attempts to build your map with the items it obtained in the beginning
  • Checks for hungry and tired workers, and puts them in hospitals, or houses if hospitals aren't available yet
  • Checks for nesters and puts them in their nests
  • Checks for eggs. Harvests, hatches and discards them according to the situation. Some eggs are stored in inventory to immediately remove and hatch, during population die-offs. Eliminates wait time.
  • If no item needs to be bought urgently (usually just the hospitals), it checks for available upgrades and whether or not it should dump nests.
  • If an item does need to be bought urgently, it attempts to buy that item, or waits until enough resources are gathered. No upgrades or nest dumping will occur during this wait.
  • Waits and repeats

Please visit the forum for installation and usage instructions.