JS-based screeps AI for the programmer RTS game "Screeps: world"
 
Go to file
Peery 732e8270b9 Restructured SetupOverlord; Tuned down logging
Changed the SetupOverlord to wotk with a state machine and added a todo_list property to keep track of its requirements and other utility that needs to be remembered.

Also tuned down the logging to only log thrown errors or new decisions instead of all the constant noise.
src Restructured SetupOverlord; Tuned down logging
.credentials.json.sample Added sample credentials file
.gitignore Added dist/ and .vscode/ to gitignore
Gruntfile.js Added compilation tasks to Gruntfile.js
design_plan.txt Added rough oragnizing structure
package-lock.json Added rough oragnizing structure
package.json Added rough oragnizing structure