The-International-Open-Source
The-International-Open-Source copied to clipboard
An automated bot for the coding game Screeps.com
**What is the current inefficiency the bot is engaging in?**  The amount of files in room is too high **What should the bot be doing instead?** I propose we...
**Describe what you want the bot to do** -BasePlanner class instantiated that contains methods that handle main aspects of base planning, utilizing things like room prototypes for the smaller parts...
Default to not reserved when no vision of the remote
**What is the current inefficiency the bot is engaging in?** Mainly the sourceLink is build before hubLink. **What should the bot be doing instead?** Some prio check should be there...
**Describe the bug** Spawning was trying to use disabled structures **Expected behaviour** Spawn max based on non disabled structures **How can we reproduce this?** Let an room downgrade and kill...

**What is the current inefficiency the bot is engaging in?** The extensions are way too close to the ramparts/outline of the base.  For refrerence: https://screeps.com/a/#!/room/shard2/W43N2 (once everything is built...
- requests on made on demand based on priority, instead of doing all the calculations for all roles - When spawns request skeletons are created in spawnRequester.ts, they add to...
**Describe what you want the bot to do** Construct and store classes for creeps in global, periodically purging ones not in use. Ensure that creeps are assigned existing classes, if...