Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for bots that don't auto spawn #10

Open
wants to merge 6 commits into
base: master
Choose a base branch
from

Conversation

FutureAstroMiner
Copy link
Contributor

So not all bots support the auto spawning so I have attempted to give an option to expand the bots that can be added.

For testing of your own bot you want to control the variables as much as possible so you want to spawn in the same position each time.

When testing your bot against open source bots that don't support auto spawning or that need some space for base planning (e.g. Overmind) this change will let you use them npc bots to test your code.

@FutureAstroMiner
Copy link
Contributor Author

Just a heads up there is a conflict in the lint rules.
/home/runner/work/ScreepsPerformanceServer/ScreepsPerformanceServer/src/exporter.js
Error: 190:9 error Insert ·· prettier/prettier
Error: 191:1 error Insert ·· prettier/prettier
Error: 195:9 error Insert ·· prettier/prettier
Error: 196:1 error Insert ·· prettier/prettier

If I fix this then I get:
Error: 195:1 error Expected indentation of 8 spaces but found 10 indent
Error: 196:1 error Expected indentation of 6 spaces but found 8 indent

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant