A self-sustainable AI for screeps (Hopefully).
To get started,
- Install the required dependencies using
npm install
. - Copy the sample
.screeps.json.sample
to.screeps.json
and fill in the appropriate data.private_directory
is for private servers only and is the steam directory where the scripts are stored locally. - Run the grunt file using
grunt
for committing to the public server andgrunt private
for committing to your steam directory.
User intervention is required to place down the first spawn in an appropriately open space. This will be automated in the future.