JS-based screeps AI for the programmer RTS game "Screeps: world"
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
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.
2 years ago
src Restructured SetupOverlord; Tuned down logging 2 years ago
.credentials.json.sample Added sample credentials file 2 years ago
.gitignore Added dist/ and .vscode/ to gitignore 2 years ago
Gruntfile.js Added compilation tasks to Gruntfile.js 2 years ago
design_plan.txt Added rough oragnizing structure 2 years ago
package-lock.json Added rough oragnizing structure 2 years ago
package.json Added rough oragnizing structure 2 years ago