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

Andrscyv/botserver #1081

Draft
wants to merge 5 commits into
base: main
Choose a base branch
from
Draft

Conversation

andrscyv
Copy link

@andrscyv andrscyv commented Jul 4, 2022

Hey! @delucis

This has taken me way longer than I expected (life got in the way).

I send this draft to get some early feedback. I'm still missing to fix the coverage and actually test it manually end to end but this PR has all the broad strokes of this feature #383 .

Checklist

  • Use a separate branch in your local repo (not main).
  • Test coverage is 100% (or you have a story for why it's ok).

Use array of bot player's ids instead of Record<string,any>
so that GetBotPlayer function can be reused in botserver.

GetBotPlayer was only using the keys of Record<string,any> any way.
For the new endpoint to add bots to a game the
same logic is going to be required
This endpoint will publish a message that will
trigger botServer to add bots to the game specified
@gabrielecastellano
Copy link

Hello! Is there any update on this feature?

@fladrif
Copy link
Contributor

fladrif commented Apr 3, 2024

What's the current status of this PR? Is there a feature list that this intends to complete? I've been thinking of adding custom bots to my game and want to see if this PR aligns with mine.

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.

None yet

3 participants