JS-based screeps AI for the programmer RTS game "Screeps: world"
  • JavaScript 100%
Find a file
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.
2023-01-12 16:59:34 +01:00
src Introduced Builder Creep & Bug fixes 2023-01-12 16:59:34 +01:00
.credentials.json.sample Added sample credentials file 2022-09-22 22:16:25 +02:00
.gitignore Added dist/ and .vscode/ to gitignore 2022-09-23 03:01:02 +02:00
design_plan.txt Added rough oragnizing structure 2022-09-23 03:01:39 +02:00
Gruntfile.js Added compilation tasks to Gruntfile.js 2022-09-22 22:39:25 +02:00
package-lock.json Added rough oragnizing structure 2022-09-23 03:01:39 +02:00
package.json Added rough oragnizing structure 2022-09-23 03:01:39 +02:00