ScreepsQuorum / screeps-quorum

Screeps Self Managing and Playing Codebase
https://quorum.tedivm.com/
MIT License
148 stars 54 forks source link

[feature] Core Structure Management (crane creep) #76

Open tedivm opened 6 years ago

tedivm commented 6 years ago

The core layout includes a spot for a creep that sites adjacent to many of the major structures (nuker, power spawn, terminal, storage, link, and a spawn). This allows a single creep (the "crane", "loader", or "linker" creep depending on who you ask) to manage all of those structures without ever having to move.

This creep should-

quorum_layout

DissiNL commented 6 years ago

I want to get started on this issue. Is there currently a way to get the location(s) where these creeps should stand?

RiftLurker commented 6 years ago

I haven't checked how it works exactly, but you might want to have a look at https://github.com/ScreepsQuorum/screeps-quorum/blob/master/src/programs/city/layout.js, specifically at STRUCTURE_LOADER (for the towers) and STRUCTURE_CRANE (for terminal/storage).