olufjen / chess

Programs to utilize chess ontologies, and play games of chess
1 stars 0 forks source link

Week 24 (june 14) #27

Open olufjen opened 3 years ago

olufjen commented 3 years ago

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 crate new facts: OPPONENTTO(piecename,pos) From each available position and the type of piece create new facts: POSSIBLETHREAT(piecename,pos) ???

olufjen commented 3 years ago

OBS: OPPONENTTO(BlackBishop2,h6) ????? Bug fixed 21.06.21