screeps-toolkit
v1.1.0
Published
Useful functions for your next screeps bot
Downloads
2
Readme
Screeps Toolkit
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
)