Skip to content

Communication between bot and game server should be reversed. #22

@Pabreetzio

Description

@Pabreetzio

Right now the game server sends a request to the bot server to ask it for a move. This requires anyone who wants to have a bot to be able to host their bot as a site. It takes a relatively advanced user to be able to code a bot, create their own site and host their bot. I think there is a better way.

We could have bots send a request to the game server to make moves and have the server respond with the next game state. If the bots request to make the move then we could have bots that are entirely browser based.

I'd like to see us going in the direction where anyone can hit F12 in their browser of choice and start making changes to code that they can then see instantly reflected in the way their bots play the game.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions