Long live the Empire of Screeps!
A Screeps AI designed to command creeps and grow the Empire.
- Install Node.js from here
This will install Node.js and most importantly (in our case) the 'npm' command line tool - Install 'grunt-screeps' in the terminal
npm install grunt-screeps
- Create a file named '.screeps.json'
This attaches your account config to the Gruntfile
{ "email": "<screeps account email>", "password": "<screeps account password>", "branch": "<branch name to push to>", "ptr": false }
- Test your setup in the terminal
This should push to your screeps account on the given branch.
grunt screeps
If you require more help, refer to the grunt-screeps repo.