olufjen / chess

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

Create Chess actions for opponent #24

Open olufjen opened 3 years ago

olufjen commented 3 years ago

The Chess State objects need a method for creating actions for a given player.

olufjen commented 3 years ago

Some background: The ActionProcessor is created and called whenever the chess game (AchessGame) attempts to analyze (evaluate) a given chess action or when the chess state is created. The Chess State is only created once. The AchessGame object evaluates a chess action during the search process. Which at present is not used.

In effect: The action Processor is not used!!