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

Commits on Jul 4, 2022

  1. refactor(client): GetBotPlayer by bot playerID

    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.
    andrscyv committed Jul 4, 2022
    Configuration menu
    Copy the full SHA
    b033200 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a984e35 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    350aba7 View commit details
    Browse the repository at this point in the history
  4. refactor: extract logic of adding player to helper

    For the new endpoint to add bots to a game the
    same logic is going to be required
    andrscyv committed Jul 4, 2022
    Configuration menu
    Copy the full SHA
    407b74a View commit details
    Browse the repository at this point in the history
  5. feat: add-bots endpoint

    This endpoint will publish a message that will
    trigger botServer to add bots to the game specified
    andrscyv committed Jul 4, 2022
    Configuration menu
    Copy the full SHA
    8211992 View commit details
    Browse the repository at this point in the history