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

Allow to register an agent #126

Open
SirRender00 opened this issue Oct 8, 2022 · 1 comment
Open

Allow to register an agent #126

SirRender00 opened this issue Oct 8, 2022 · 1 comment
Labels
enhancement New feature or request good first issue Good for newcomers needs discussion Discussion about scope or if the feature is wanted
Milestone

Comments

@SirRender00
Copy link
Owner

This will allow for

game.register(agent, player_id=2)

and then game will automatically call the agent when it is their turn as opposed to doing the canonical loop with a switch statement for agents.

@SirRender00 SirRender00 added enhancement New feature or request needs discussion Discussion about scope or if the feature is wanted good first issue Good for newcomers labels Oct 8, 2022
@SirRender00 SirRender00 added this to the v1.0.0 milestone Oct 8, 2022
@LucasColas
Copy link
Contributor

I like the idea.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers needs discussion Discussion about scope or if the feature is wanted
Projects
None yet
Development

No branches or pull requests

2 participants