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

Create Chess actions for opponent #24

Open
olufjen opened this issue May 12, 2021 · 1 comment
Open

Create Chess actions for opponent #24

olufjen opened this issue May 12, 2021 · 1 comment
Labels
enhancement New feature or request

Comments

@olufjen
Copy link
Owner

olufjen commented May 12, 2021

The Chess State objects need a method for creating actions for a given player.

@olufjen olufjen added the enhancement New feature or request label May 12, 2021
@olufjen
Copy link
Owner Author

olufjen commented May 14, 2021

Some background:
The ActionProcessor is created and called whenever the chess game (AchessGame) attempts to analyze (evaluate) a given chess action or
when the chess state is created.
The Chess State is only created once.
The AchessGame object evaluates a chess action during the search process.
Which at present is not used.

In effect: The action Processor is not used!!

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

No branches or pull requests

1 participant