JS-based screeps AI for the programmer RTS game "Screeps: world"
 
Go to file
Peery 167f20d8b3 Very Basic Harvester logic & comments
Added more comments for explaining the code's intent
Added very basic pathfinding in the harvesterRole. Currently only moves the creep towards the nearest source and repeats the pathfinding process every tick.
src Very Basic Harvester logic & comments
.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