Skip to content

Latest commit

 

History

History
28 lines (23 loc) · 368 Bytes

README.md

File metadata and controls

28 lines (23 loc) · 368 Bytes

FredBoat Screeps AI

This has nothing to do with FredBoat except we staffers like to take a break from coding FredBoat.

Setup

Install dependencies

npm install --dev

Write the credentials to credentials.json:

{
  "email": "[email protected]",
  "password": "foobar"
}

Usage

Push to Screeps:

grunt

OR

grunt watch