-
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 2 22 #40
Comments
An example: f6 Reachable from strategy knowledge base The from position Reachable from strategy knowledge base The from position d5 Reachable from strategy knowledge base |
The from position d5 investigated We have a number of from positions in the Map: |
From the moves shown, the queen has the following available and removed positions: To position a8 Color W Direction NONE sumdif 2 Piece no.chess.web.model.ChessPiece Ontology name BlackRook1 |
After opening moves, we must find "interesting positions".
EXAMPLE 1:
Move Whiteknight1 to d5.
d5 is interesting because the knight can take the blackKnight2 at f6.
d5 is a "from" position in the strategy KB:
A position key WhiteKnight1_d5f6.
d5 is not reachable from the parent KB.
I.E: We must find a move that can protect d5.
This we can find in the strategy KB.
EXAMPLE 2:
WhiteKnight1 to b5.
b5 is interesting because it can take BlackBishop2 at d6.
b5 is not threatened by the opponent.
EXAMPLE 3:
WhiteKnite1 to e4 is NOT interesting, because e4 is threatened by a black pawn.
The text was updated successfully, but these errors were encountered: