The-International-Open-Source icon indicating copy to clipboard operation
The-International-Open-Source copied to clipboard

An automated bot for the coding game Screeps.com

Results 185 The-International-Open-Source issues
Sort by recently updated
recently updated
newest added

**What is the current inefficiency the bot is engaging in?** ![image](https://user-images.githubusercontent.com/45623682/188891530-d43ff4df-177a-4dc6-8629-6889b8ffb4a9.png) The amount of files in room is too high **What should the bot be doing instead?** I propose we...

Improvement

**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...

Feature

**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...

Improvement

**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...

Bug

![image](https://user-images.githubusercontent.com/48334001/188541147-074a7bd5-4e06-4e3e-be20-3028c5c7a827.png)

Bug

**What is the current inefficiency the bot is engaging in?** The extensions are way too close to the ramparts/outline of the base. ![image](https://user-images.githubusercontent.com/42414542/188337244-ef499ca3-a9cf-495a-a539-a69f57cea491.png) For refrerence: https://screeps.com/a/#!/room/shard2/W43N2 (once everything is built...

Improvement

- 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...

Feature

**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...

Feature