-
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 25 (June 21) #28
Comments
This bug has been solved: 23.06.21 Northeast positions Southeast positions |
This bug has been solved: 23.06.21 Piece name BlackQueen Northeast positions Southeast positions |
This is a "no issue". To position h7 Color W Piece no.chess.web.model.ChessPiece Ontology name BlackPawn8 Black bishop 2 finds white pawn at h2: While white bishop 2 finds black pawn at a6, and removes the position: |
From Week 24:
Creating new facts to the knowledge base based on the opponent's available actions:
For all opponent's actions
Check if there is a ApieceMove available
Find which positions are available (and not removed)
Based on this create new facts: OPPONENTTO(piecename,pos)
From each available position and the type of piece
create new facts: POSSIBLETHREAT(piecename,pos) ???
A bug: Check the black queen available and removed positions.
To make use of opponent agent to determine best strategy
The text was updated successfully, but these errors were encountered: