TOPIC · 16 GUIDES

JavaScript Screeps guides

Focused English articles connected to javascript, organized with the same filters used by the main article library.

16 matching guides

Memory and Code StructureIntermediateGuide

How to Build a Safe Global Cache in Screeps

Use the global object as a disposable runtime cache, rebuild after global resets, version and expire entries, cache IDs and derived data instead of live game objects, and return cloned values to prevent accidental mutation.

18 min read