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 f5b1ff2931 Introduced Builder Creep & Bug fixes
Fixed an issue where the role map was not getting the unique role name and therefore no role could be looked up.

Added the BUILD_SPAWNS state to the SetupOverlord where it should create a builder and start building the other spawns. The create_spawns() function is not fully implemented yet though and the code to decide where to place the spawn is missing.
1 year ago
src Introduced Builder Creep & Bug fixes 1 year 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