Screeps Toolkit

Screeps Toolkit

NPM version Build status

Useful functions for your next screeps bot.

Usage

  • npm install screeps-toolkit
  • import { coolFunction } from "screeps-toolkit"
  • Profit !

Features

  • Many common and useful functions
  • Fully typed and documented -> TypeDoc
  • No hidden prototype changes (only in imports ending with /prototypes)
  • No hidden global changes (only in imports ending with /global)

Generated using TypeDoc