MHabashy10 / Screeps

Screeps Game Implementation For Powerful Colony.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Screeps

Screeps Game Implementation For Powerful Colony.

Main Purpose:

  • Upgrade our Room Controller.
  • Build structures.

2 Main Roles.

  • Upgrader creeps should work on upgrading the Room Controller.

  • Harvester/Builder creep should work on building and energizing structures.
    if harvesters doesn't found structures needs energy then convert them to builders to build structures.
    if builder doesn't found construction sites to build then convert them to harvesters to energize structures.
    note we don't convert all creeps at once instead we convert one by one so we can have a building and energizing case

Tips

More Extensions MORE Powerful Creeps

we should dynamically add parts to creeps based on the energyAvailable.

Bigger Colony Bigger Resources

we should every time we had full energyCapacityAvailable build an extension to push the current capacity limit for more energy reservation.

Dying Creeps

we should regenerate (powerful if we can) creeps and maintain the 2 roles of creeps equally as many as extension we have.

About

Screeps Game Implementation For Powerful Colony.

License:MIT License


Languages

Language:JavaScript 100.0%