-
Notifications
You must be signed in to change notification settings - Fork 0
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
Week 26 (June 28) Planning strategies: #29
Comments
Fails after 15 moves: Caused by: java.lang.NullPointerException |
From the temporary knowledge base: These facts tell that we can reach certain positions given that we occupy f1 |
The prepareAction method must be reworked. |
Add to the result knowledge base: |
Planning strategies:
For all my actions:
Give the piece of this action a new position from the list of available and not removed positions.
(produceLegalMoves)
the use the player to calculate all removed positions
(calculatePreferredPosition).
Then find which opponent pieces I can take.
And find which of my own pieces I protect
The text was updated successfully, but these errors were encountered: