-
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
Game strategies from week 40 22 #50
Comments
Fixed 18.1022 |
When the opponent king can be taken, then a warning must be given, and moves must be backtracked. |
When opponent castling is performed only this move is shown: When player performs castling, these moves are recorded: |
Check the chooseStrategy method: Checking reachable for key WhiteKnight1_e4c5 from occupied position e4 can then reach position c5 |
Moving black bishop to f5 produces this error: The next game: 24.12.22 Added removed positions for knight. |
How to make a strategy out of this? See also game: Investigating for piece WhiteQueen at a6 with type QUEEN and position to move to a5 |
When moving to take pawn at d5: 1 d4 d5 |
Opponent King is also a protector. See the above game. |
We can use a Percept schema as a description of a move the opponent makes.
Define and implement the following chess strategies:
The text was updated successfully, but these errors were encountered: